|
@@ -42,21 +42,28 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
- serial0: serial@fd050020 {
|
|
|
- device_type = "serial";
|
|
|
- compatible = "ns16550a";
|
|
|
- no-loopback-test;
|
|
|
- reg = <0xfd050020 0x20>;
|
|
|
- reg-shift = <2>;
|
|
|
- interrupts = <0 1>; /* external irq 0 */
|
|
|
- clocks = <&osc>;
|
|
|
- };
|
|
|
+ soc {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+ compatible = "simple-bus";
|
|
|
+ ranges = <0x00000000 0xf0000000 0x10000000>;
|
|
|
|
|
|
- enet0: ethoc@fd030000 {
|
|
|
- compatible = "opencores,ethoc";
|
|
|
- reg = <0xfd030000 0x4000 0xfd800000 0x4000>;
|
|
|
- interrupts = <1 1>; /* external irq 1 */
|
|
|
- local-mac-address = [00 50 c2 13 6f 00];
|
|
|
- clocks = <&osc>;
|
|
|
+ serial0: serial@0d050020 {
|
|
|
+ device_type = "serial";
|
|
|
+ compatible = "ns16550a";
|
|
|
+ no-loopback-test;
|
|
|
+ reg = <0x0d050020 0x20>;
|
|
|
+ reg-shift = <2>;
|
|
|
+ interrupts = <0 1>; /* external irq 0 */
|
|
|
+ clocks = <&osc>;
|
|
|
+ };
|
|
|
+
|
|
|
+ enet0: ethoc@0d030000 {
|
|
|
+ compatible = "opencores,ethoc";
|
|
|
+ reg = <0x0d030000 0x4000 0x0d800000 0x4000>;
|
|
|
+ interrupts = <1 1>; /* external irq 1 */
|
|
|
+ local-mac-address = [00 50 c2 13 6f 00];
|
|
|
+ clocks = <&osc>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|