diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:08 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:08 +0000 |
commit | 53214ca5481cc921f150230937f9212de0da31da (patch) | |
tree | 2fcb5ed1619bb7bd1352eca2ed7b12664a57464c /target/linux/brcm63xx/dts | |
parent | 40350a5dafbdd73b3d2e88353e503c8651c18de2 (diff) | |
download | upstream-53214ca5481cc921f150230937f9212de0da31da.tar.gz upstream-53214ca5481cc921f150230937f9212de0da31da.tar.bz2 upstream-53214ca5481cc921f150230937f9212de0da31da.zip |
brcm63xx: Add DT support for F@ST2504n
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43450
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/fast2504n.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/fast2504n.dts b/target/linux/brcm63xx/dts/fast2504n.dts new file mode 100644 index 0000000000..2f202a30bf --- /dev/null +++ b/target/linux/brcm63xx/dts/fast2504n.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6362.dtsi" + +/ { + model = "Sagem F@ST2504n"; + compatible = "sagem,f@st2504n", "brcm,bcm6362"; +}; |