summaryrefslogtreecommitdiffstats
path: root/arch/mips/netlogic/dts/xlp_evp.dts
diff options
context:
space:
mode:
authorJayachandran C <jayachandranc@netlogicmicro.com>2012-07-13 21:53:21 +0530
committerJohn Crispin <blogic@openwrt.org>2012-08-22 23:46:37 +0200
commita9f16821205d7561bf9d622855e1aa95e5c77f0c (patch)
treec9b27b4fab81079fe88458773802b27275eabb36 /arch/mips/netlogic/dts/xlp_evp.dts
parentd072a215d29f67a46c7d0e805f1a1f5787a7a456 (diff)
downloadtalos-op-linux-a9f16821205d7561bf9d622855e1aa95e5c77f0c.tar.gz
talos-op-linux-a9f16821205d7561bf9d622855e1aa95e5c77f0c.zip
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 <jayachandranc@netlogicmicro.com> Patchwork: http://patchwork.linux-mips.org/patch/4098/ Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/netlogic/dts/xlp_evp.dts')
-rw-r--r--arch/mips/netlogic/dts/xlp_evp.dts21
1 files changed, 21 insertions, 0 deletions
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>;
OpenPOWER on IntegriCloud