diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2016-04-06 15:01:08 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 14:02:04 +0200 |
commit | 5c40d493e2e63d2979610aed75df7e3744b87921 (patch) | |
tree | 641ba8b07984c2b7777c1eea2a56f063e40b6915 /arch/mips/boot/dts/brcm/bcm97435svmb.dts | |
parent | 23021b2bb98543d08e22725122650644d824bf18 (diff) | |
download | op-kernel-dev-5c40d493e2e63d2979610aed75df7e3744b87921.zip op-kernel-dev-5c40d493e2e63d2979610aed75df7e3744b87921.tar.gz |
MIPS: BMIPS: Add support UART, I2C, SATA device
Add UART, I2C, SATA device tree nodes on Broadcom BCM7xxx MIPS-based
platforms.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Dragan Stancevic <dragan.stancevic@gmail.com>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/13016/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97435svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97435svmb.dts | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97435svmb.dts b/arch/mips/boot/dts/brcm/bcm97435svmb.dts index 68f486e..43e3ba2 100644 --- a/arch/mips/boot/dts/brcm/bcm97435svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97435svmb.dts @@ -23,6 +23,34 @@ status = "okay"; }; +&uart1 { + status = "okay"; +}; + +&uart2 { + status = "okay"; +}; + +&bsca { + status = "okay"; +}; + +&bscb { + status = "okay"; +}; + +&bscc { + status = "okay"; +}; + +&bscd { + status = "okay"; +}; + +&bsce { + status = "okay"; +}; + &enet0 { status = "okay"; }; @@ -58,3 +86,11 @@ &ohci3 { status = "okay"; }; + +&sata { + status = "okay"; +}; + +&sata_phy { + status = "okay"; +}; |