diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:24:39 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:24:39 +0000 |
commit | 73d59ed6751d7979d8a72360782b45ce19ae1fbf (patch) | |
tree | ea5a9dc9a96d9cba9db7ee7e7676c5a56d3a07e9 /target/linux/brcm63xx/dts/bcm96348GW.dts | |
parent | 99ecfbf702dd17e213499a4f78990a02b05be586 (diff) | |
download | upstream-73d59ed6751d7979d8a72360782b45ce19ae1fbf.tar.gz upstream-73d59ed6751d7979d8a72360782b45ce19ae1fbf.tar.bz2 upstream-73d59ed6751d7979d8a72360782b45ce19ae1fbf.zip |
brcm63xx: Add DT support for 96348GW
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42729
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96348GW.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96348GW.dts b/target/linux/brcm63xx/dts/bcm96348GW.dts new file mode 100644 index 0000000000..cd039f86ef --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96348GW.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6348.dtsi" + +/ { + model = "Broadcom BCM96348GW reference board"; + compatible = "brcm,bcm96348gw", "brcm,bcm6348"; +}; |