summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/brcm/bcm97360svmb.dts
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2015-05-08 12:59:18 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2015-06-21 19:53:35 (GMT)
commit8bac078c5d6653a419ae980db9b6ebbf29e8759e (patch)
treeeaf2a0f4b05dcaa0af53b932732b1245c853b651 /arch/mips/boot/dts/brcm/bcm97360svmb.dts
parent380e4270f53b1ce848de7c3c9f21c7d6ccab3d2e (diff)
downloadlinux-8bac078c5d6653a419ae980db9b6ebbf29e8759e.tar.xz
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/bcm97360svmb.dts')
-rw-r--r--arch/mips/boot/dts/brcm/bcm97360svmb.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97360svmb.dts b/arch/mips/boot/dts/brcm/bcm97360svmb.dts
index 4fe5155..eee8b0e 100644
--- a/arch/mips/boot/dts/brcm/bcm97360svmb.dts
+++ b/arch/mips/boot/dts/brcm/bcm97360svmb.dts
@@ -21,6 +21,14 @@
status = "okay";
};
+&uart1 {
+ status = "okay";
+};
+
+&uart2 {
+ status = "okay";
+};
+
&enet0 {
status = "okay";
};