diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:04 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:04 +0000 |
commit | 942c4d81ee78f1c92b2b1cfc84f10aded37f2dc6 (patch) | |
tree | a3a98cd49f1e398ceada25134150d3d6a373b759 /target/linux/brcm63xx/dts | |
parent | cb6346015beb2de24e93f913ef21cfb7bd0ce2e9 (diff) | |
download | master-187ad058-942c4d81ee78f1c92b2b1cfc84f10aded37f2dc6.tar.gz master-187ad058-942c4d81ee78f1c92b2b1cfc84f10aded37f2dc6.tar.bz2 master-187ad058-942c4d81ee78f1c92b2b1cfc84f10aded37f2dc6.zip |
brcm63xx: add DT support for F@ST2704V2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43449 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/fast2704v2.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/fast2704v2.dts b/target/linux/brcm63xx/dts/fast2704v2.dts new file mode 100644 index 0000000000..f001b77d4d --- /dev/null +++ b/target/linux/brcm63xx/dts/fast2704v2.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6328.dtsi" + +/ { + model = "Sagem F@ST2704V2"; + compatible = "sagem,f@st2704v2", "brcm,bcm6328"; +}; |