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