diff options
author | Michael Lee <igvtee@gmail.com> | 2016-05-02 11:57:40 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-11 14:19:47 +0200 |
commit | c3e420f28cf1ed229753f94bafdb0d5851748af3 (patch) | |
tree | 2b023931fbd0c874554460f67ae2a65bbbc0e400 /target/linux/ramips/dts/mt7620a.dtsi | |
parent | 36d98e6c7a4fdfc929bdec0540c6071ee117275b (diff) | |
download | upstream-c3e420f28cf1ed229753f94bafdb0d5851748af3.tar.gz upstream-c3e420f28cf1ed229753f94bafdb0d5851748af3.tar.bz2 upstream-c3e420f28cf1ed229753f94bafdb0d5851748af3.zip |
ramips: Add support for D-Link DCH-M225
D-Link DCH-M225 is based on Mediatek MT7620 with 64MB ram, 8MB flash,
3.5mm audio out support. but no ethernet and usb ports.
so you must default enable wifi.
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7620a.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 641d248e60..96966b4647 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -323,6 +323,13 @@ }; }; + gpio_i2s_pins: gpio_i2s { + gpio_i2s { + ralink,group = "uartf"; + ralink,function = "gpio i2s"; + }; + }; + spi_pins: spi { spi { ralink,group = "spi"; |