]> git.sur5r.net Git - u-boot/blobdiff - arch/arc/dts/axs10x.dts
x86: Bring up northbridge, pch and lpc after the CPUs
[u-boot] / arch / arc / dts / axs10x.dts
index 8fe1837baa531ae6fda89f66309ec9a226568b54..391d0671584c0f24fa7c3e160e77c33aa63b0d1e 100644 (file)
                clock-names = "stmmaceth";
                max-speed = <100>;
        };
+
+       ehci@0xe0040000 {
+               compatible = "generic-ehci";
+               reg = < 0xe0040000 0x100 >;
+               interrupts = < 8 >;
+       };
+
+       ohci@0xe0060000 {
+               compatible = "generic-ohci";
+               reg = < 0xe0060000 0x100 >;
+               interrupts = < 8 >;
+       };
 };