diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:26:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:26:07 +0000 |
commit | 57214b00aed49a43bf8070772d87663971b2af14 (patch) | |
tree | 84e49adadb7b218640868ccdbbf54f3da6f6b004 /target/linux/brcm63xx/dts | |
parent | 477826ef31a6aecf20ec2e9e563c5f9985a17cc5 (diff) | |
download | upstream-57214b00aed49a43bf8070772d87663971b2af14.tar.gz upstream-57214b00aed49a43bf8070772d87663971b2af14.tar.bz2 upstream-57214b00aed49a43bf8070772d87663971b2af14.zip |
brcm63xx: Add DT support for 96368MVWG
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42738
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96368MVWG.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96368MVWG.dts b/target/linux/brcm63xx/dts/bcm96368MVWG.dts new file mode 100644 index 0000000000..f462411c94 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96368MVWG.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6368.dtsi" + +/ { + model = "Broadcom BCM96368MVWG reference board"; + compatible = "brcm,bcm96368mvwg", "brcm,bcm6368"; +}; |