]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/k2g.dtsi
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
[u-boot] / arch / arm / dts / k2g.dtsi
index 6b79b163fff2836a10725b612d3ebd592cee9f96..a3ed444d3c31892e72fbe8e26121aaa59f584273 100644 (file)
                        interrupts = <GIC_SPI 164 IRQ_TYPE_EDGE_RISING>;
                };
 
+               mdio: mdio@4200f00 {
+                       compatible      = "ti,keystone_mdio", "ti,davinci_mdio";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       /* power-domains = <&k2g_pds K2G_DEV_NSS0>; */
+                       /* clocks = <&k2g_clks K2G_DEV_NSS0 K2G_DEV_NSS_ESW_CLK>; */
+                       clock-names = "fck";
+                       reg = <0x04200f00 0x100>;
+                       status = "disabled";
+                       bus_freq = <2500000>;
+               };
+
+               #include "k2g-netcp.dtsi"
+
+               pmmc: pmmc@2900000 {
+                       compatible = "ti,power-processor";
+                       reg = <0x02900000 0x40000>;
+                       ti,lpsc_module = <1>;
+               };
+
        };
 };