aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/brcm/bcm97362svmb.dts
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2015-05-08 21:59:18 +0900
committerRalf Baechle <ralf@linux-mips.org>2015-06-21 21:53:35 +0200
commit8bac078c5d6653a419ae980db9b6ebbf29e8759e (patch)
treeeaf2a0f4b05dcaa0af53b932732b1245c853b651 /arch/mips/boot/dts/brcm/bcm97362svmb.dts
parentMIPS: BMIPS: Add support for Broadcom BCM97435SVMB (diff)
downloadlinux-dev-8bac078c5d6653a419ae980db9b6ebbf29e8759e.tar.xz
linux-dev-8bac078c5d6653a419ae980db9b6ebbf29e8759e.zip
MIPS: BMIPS: dts: Add uart device nodes to bcm7xxx platforms
Add two uart device nodes known as the uart1 and uart2 for the bcm7xxx platforms. Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/9991/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97362svmb.dts')
-rw-r--r--arch/mips/boot/dts/brcm/bcm97362svmb.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts
index b7b88e5dc9e7..739c2ef5663b 100644
--- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts
+++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts
@@ -21,6 +21,14 @@
status = "okay";
};
+&uart1 {
+ status = "okay";
+};
+
+&uart2 {
+ status = "okay";
+};
+
&enet0 {
status = "okay";
};