diff options
author | Dmitry Tunin <hanipouspilot@gmail.com> | 2019-08-07 23:07:33 +0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-09-21 23:41:31 +0200 |
commit | 00ed75f47f4726dff17c6d63d6847bc4f7a74970 (patch) | |
tree | c5891debdaec27267e34e5c3b84f3b3d37774f17 /target/linux/ath79/dts | |
parent | edf1c6c67abb1201b3deb8482474239e40d3d7f5 (diff) | |
download | upstream-00ed75f47f4726dff17c6d63d6847bc4f7a74970.tar.gz upstream-00ed75f47f4726dff17c6d63d6847bc4f7a74970.tar.bz2 upstream-00ed75f47f4726dff17c6d63d6847bc4f7a74970.zip |
ath79: add support of Netgear WNDR3800CH
Add support for the ar71xx supported Netgear WNDR3800CH to ath79.
The device is identical to WNDR3800 except NETGEAR_BOARD_ID.
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar7161_netgear_wndr3800ch.dts | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr3800ch.dts b/target/linux/ath79/dts/ar7161_netgear_wndr3800ch.dts new file mode 100644 index 0000000000..84a859b8ca --- /dev/null +++ b/target/linux/ath79/dts/ar7161_netgear_wndr3800ch.dts @@ -0,0 +1,36 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "ar7161_netgear_wndr3700.dtsi" + +/ { + compatible = "netgear,wndr3800ch", "qca,ar7161"; + model = "Netgear WNDR3800CH"; +}; + +&partitions { + partition@0 { + label = "u-boot"; + reg = <0x000000 0x050000>; + read-only; + }; + + partition@50000 { + label = "u-boot-env"; + reg = <0x050000 0x020000>; + read-only; + }; + + partition@70000 { + label = "firmware"; + reg = <0x070000 0xf80000>; + compatible = "netgear,uimage"; + }; + + art: partition@ff0000 { + label = "art"; + reg = <0xff0000 0x010000>; + read-only; + }; +}; + |