mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
ramips: add gpio pin 72 in mt7620 chips to dtsi files
describes register set to control last gpio pin on mt7620 platfrom Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com> SVN-Revision: 39162
This commit is contained in:
parent
05f8604e2e
commit
93d8dc870e
@ -150,6 +150,25 @@
|
|||||||
status = "disabled";
|
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 {
|
i2c@900 {
|
||||||
compatible = "link,mt7620a-i2c", "ralink,rt2880-i2c";
|
compatible = "link,mt7620a-i2c", "ralink,rt2880-i2c";
|
||||||
reg = <0x900 0x100>;
|
reg = <0x900 0x100>;
|
||||||
|
@ -135,6 +135,25 @@
|
|||||||
status = "disabled";
|
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";
|
||||||
|
};
|
||||||
|
|
||||||
spi@b00 {
|
spi@b00 {
|
||||||
compatible = "ralink,mt7620a-spi", "ralink,rt2880-spi";
|
compatible = "ralink,mt7620a-spi", "ralink,rt2880-spi";
|
||||||
reg = <0xb00 0x100>;
|
reg = <0xb00 0x100>;
|
||||||
|
Loading…
Reference in New Issue
Block a user