X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Fmt7620a.dtsi;h=9d077ee590fcbc29791cf3105e4c75edd4dfca65;hb=17cf9c45934fe054b945aa00757d1f9509de68be;hp=a04472533b7e33526a85f568e8aaa954b8e2fed8;hpb=a65c9e5b20ddc081670991658659feb9c1e9f0ba;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index a04472533b..9d077ee590 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -150,6 +150,25 @@ status = "disabled"; }; + gpio3: gpio@688 { + compatible = "ralink,mt7620a-gpio", "ralink,rt2880-gpio"; + reg = <0x688 0x24>; + + interrupt-parent = <&intc>; + interrupts = <6>; + + gpio-controller; + #gpio-cells = <2>; + + ralink,gpio-base = <72>; + ralink,num-gpios = <1>; + ralink,register-map = [ 00 04 08 0c + 10 14 18 1c + 20 24 ]; + + status = "disabled"; + }; + i2c@900 { compatible = "link,mt7620a-i2c", "ralink,rt2880-i2c"; reg = <0x900 0x100>; @@ -269,6 +288,12 @@ ralink,function = "pcm i2s"; }; }; + uartf_gpio_pins: uartf_gpio { + uartf_gpio { + ralink,group = "uartf"; + ralink,function = "gpio uartf"; + }; + }; spi_pins: spi { spi { ralink,group = "spi"; @@ -324,7 +349,7 @@ #reset-cells = <1>; }; - ubsphy { + usbphy { compatible = "ralink,mt7620a-usbphy"; resets = <&rstctrl 22 &rstctrl 25>; @@ -417,4 +442,14 @@ status = "disabled"; }; + + wmac@10180000 { + compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac"; + reg = <0x10180000 40000>; + + interrupt-parent = <&cpuintc>; + interrupts = <6>; + + ralink,eeprom = "soc_wmac.eeprom"; + }; };