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