|
@@ -286,9 +286,15 @@
|
|
|
|
|
|
pio: pinctrl@10211000 {
|
|
|
compatible = "mediatek,mt7622-pinctrl";
|
|
|
- reg = <0 0x10211000 0 0x1000>;
|
|
|
+ reg = <0 0x10211000 0 0x1000>,
|
|
|
+ <0 0x10005000 0 0x1000>;
|
|
|
+ reg-names = "base", "eint";
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
|
+ interrupt-controller;
|
|
|
+ interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ interrupt-parent = <&gic>;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
};
|
|
|
|
|
|
watchdog: watchdog@10212000 {
|