mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:30:16 +02:00
a3978a4a41
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24736 3c298f89-4303-0410-b956-a3cf2f4a3e73
61 lines
1.3 KiB
Diff
61 lines
1.3 KiB
Diff
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
|
|
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
|
|
@@ -301,32 +301,24 @@
|
|
};
|
|
};
|
|
|
|
- duart-sleep-nexus {
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
- compatible = "simple-bus";
|
|
- sleep = <&pmc 0x00000002>;
|
|
- ranges;
|
|
-
|
|
- serial0: serial@4500 {
|
|
- cell-index = <0>;
|
|
- device_type = "serial";
|
|
- compatible = "ns16550";
|
|
- reg = <0x4500 0x100>;
|
|
- clock-frequency = <0>;
|
|
- interrupts = <42 2>;
|
|
- interrupt-parent = <&mpic>;
|
|
- };
|
|
+ serial0: serial@4500 {
|
|
+ cell-index = <0>;
|
|
+ device_type = "serial";
|
|
+ compatible = "ns16550";
|
|
+ reg = <0x4500 0x100>;
|
|
+ clock-frequency = <0>;
|
|
+ interrupts = <42 2>;
|
|
+ interrupt-parent = <&mpic>;
|
|
+ };
|
|
|
|
- serial1: serial@4600 {
|
|
- cell-index = <1>;
|
|
- device_type = "serial";
|
|
- compatible = "ns16550";
|
|
- reg = <0x4600 0x100>;
|
|
- clock-frequency = <0>;
|
|
- interrupts = <42 2>;
|
|
- interrupt-parent = <&mpic>;
|
|
- };
|
|
+ serial1: serial@4600 {
|
|
+ cell-index = <1>;
|
|
+ device_type = "serial";
|
|
+ compatible = "ns16550";
|
|
+ reg = <0x4600 0x100>;
|
|
+ clock-frequency = <0>;
|
|
+ interrupts = <42 2>;
|
|
+ interrupt-parent = <&mpic>;
|
|
};
|
|
|
|
global-utilities@e0000 {
|
|
@@ -669,4 +661,7 @@
|
|
gpios = <&bcsr5 3 0>;
|
|
};
|
|
};
|
|
+ chosen {
|
|
+ linux,stdout-path = "/soc8568@e0000000/serial@4500";
|
|
+ };
|
|
};
|