From a9f16821205d7561bf9d622855e1aa95e5c77f0c Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Fri, 13 Jul 2012 21:53:21 +0530 Subject: MIPS: Netlogic: Move serial ports to device tree Add the serial ports to the device tree and remove the platform code for adding them. Signed-off-by: Jayachandran C Patchwork: http://patchwork.linux-mips.org/patch/4098/ Signed-off-by: John Crispin --- arch/mips/netlogic/dts/xlp_evp.dts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'arch/mips/netlogic/dts/xlp_evp.dts') diff --git a/arch/mips/netlogic/dts/xlp_evp.dts b/arch/mips/netlogic/dts/xlp_evp.dts index 86a29ca49a0f..e14f42308064 100644 --- a/arch/mips/netlogic/dts/xlp_evp.dts +++ b/arch/mips/netlogic/dts/xlp_evp.dts @@ -22,6 +22,27 @@ compatible = "simple-bus"; ranges = <0 0 0 0x18000000 0x04000000 // PCIe CFG 1 0 0 0x16000000 0x01000000>; // GBU chipselects + + serial0: serial@30000 { + device_type = "serial"; + compatible = "ns16550"; + reg = <0 0x30100 0xa00>; + reg-shift = <2>; + reg-io-width = <4>; + clock-frequency = <133333333>; + interrupt-parent = <&pic>; + interrupts = <17>; + }; + serial1: serial@31000 { + device_type = "serial"; + compatible = "ns16550"; + reg = <0 0x31100 0xa00>; + reg-shift = <2>; + reg-io-width = <4>; + clock-frequency = <133333333>; + interrupt-parent = <&pic>; + interrupts = <18>; + }; i2c0: ocores@32000 { compatible = "opencores,i2c-ocores"; #address-cells = <1>; -- cgit v1.2.1