diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:24:34 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:24:34 +0000 |
commit | 99ecfbf702dd17e213499a4f78990a02b05be586 (patch) | |
tree | 56e7f660e6f2fed56890cc5d1a554f251d72a875 /target/linux/brcm63xx/dts | |
parent | a950e2fce806c242a671a5d6faf9393a0d8eab56 (diff) | |
download | upstream-99ecfbf702dd17e213499a4f78990a02b05be586.tar.gz upstream-99ecfbf702dd17e213499a4f78990a02b05be586.tar.bz2 upstream-99ecfbf702dd17e213499a4f78990a02b05be586.zip |
brcm63xx: Add DT support for 96345GW2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42728
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96345GW2.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96345GW2.dts b/target/linux/brcm63xx/dts/bcm96345GW2.dts new file mode 100644 index 0000000000..35417ab955 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96345GW2.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6345.dtsi" + +/ { + model = "Broadcom BCM96345GW2 reference board"; + compatible = "brcm,bcm96345gw2", "brcm,bcm6345"; +}; |