diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:25:41 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:25:41 +0000 |
commit | cdea47cbc36a6177ea09f0f876530d70a8a6e0f4 (patch) | |
tree | 0d1cecf1ea2bf45f536c13342640815b890b8260 /target/linux/brcm63xx/dts/bcm96358VW2.dts | |
parent | 80db30b508574a90a0f14197a350e81feabdbad5 (diff) | |
download | upstream-cdea47cbc36a6177ea09f0f876530d70a8a6e0f4.tar.gz upstream-cdea47cbc36a6177ea09f0f876530d70a8a6e0f4.tar.bz2 upstream-cdea47cbc36a6177ea09f0f876530d70a8a6e0f4.zip |
brcm63xx: Add DT support for 96358VW2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42736
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96358VW2.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96358VW2.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96358VW2.dts b/target/linux/brcm63xx/dts/bcm96358VW2.dts new file mode 100644 index 0000000000..bcf3c8101a --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96358VW2.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6358.dtsi" + +/ { + model = "Broadcom BCM96358VW2 reference board"; + compatible = "brcm,bcm96358vw2", "brcm,bcm6358"; +}; |