diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:12 +0000 |
commit | 61637aea1bf87b34e7f73aa1622ce81767284564 (patch) | |
tree | 9c8b9cbc9f83526dd8ddbff03fb088324bd2a6c2 /target/linux/brcm63xx/dts | |
parent | 53214ca5481cc921f150230937f9212de0da31da (diff) | |
download | upstream-61637aea1bf87b34e7f73aa1622ce81767284564.tar.gz upstream-61637aea1bf87b34e7f73aa1622ce81767284564.tar.bz2 upstream-61637aea1bf87b34e7f73aa1622ce81767284564.zip |
brcm63xx: add DT support for DSL-2740B/DSL-2741B rev F1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43451
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/dsl-274xb-f.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/dsl-274xb-f.dts b/target/linux/brcm63xx/dts/dsl-274xb-f.dts new file mode 100644 index 0000000000..a17f9882f8 --- /dev/null +++ b/target/linux/brcm63xx/dts/dsl-274xb-f.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6328.dtsi" + +/ { + model = "D-Link DSL-2740B/DSL-2741B rev F1"; + compatible = "d-link,dsl-274xb-f", "brcm,bcm6328"; +}; |