|
@@ -111,7 +111,7 @@
|
|
#size-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges;
|
|
ranges;
|
|
|
|
|
|
- gpio0: gpio0@0x2000a000 {
|
|
|
|
|
|
+ gpio0: gpio0@2000a000 {
|
|
compatible = "rockchip,rk3188-gpio-bank0";
|
|
compatible = "rockchip,rk3188-gpio-bank0";
|
|
reg = <0x2000a000 0x100>;
|
|
reg = <0x2000a000 0x100>;
|
|
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
|
|
@@ -124,7 +124,7 @@
|
|
#interrupt-cells = <2>;
|
|
#interrupt-cells = <2>;
|
|
};
|
|
};
|
|
|
|
|
|
- gpio1: gpio1@0x2003c000 {
|
|
|
|
|
|
+ gpio1: gpio1@2003c000 {
|
|
compatible = "rockchip,gpio-bank";
|
|
compatible = "rockchip,gpio-bank";
|
|
reg = <0x2003c000 0x100>;
|
|
reg = <0x2003c000 0x100>;
|
|
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
|