diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-06-08 21:04:11 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-06-12 01:18:06 +0200 |
commit | 568465c3fb914f4f65f7148a29f45e9ddb105b09 (patch) | |
tree | 664983a0d5ceb74354fef6572923d72b93e73be2 /arch/arm64/boot | |
parent | arm64: dts: meson-g12a-x96-max: bump bluetooth bus speed to 2Mbaud/s (diff) | |
download | linux-568465c3fb914f4f65f7148a29f45e9ddb105b09.tar.xz linux-568465c3fb914f4f65f7148a29f45e9ddb105b09.zip |
arm64: dts: meson: g12a: add the GPIO interrupt controller
GPIO interrupts are used for the external Ethernet RGMII PHY interrupt
line.
Add the GPIO interrupt controller so we can describe that connection in
the dts files.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi index 6aec4cf87350..50fcdb3e55bb 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi @@ -2222,6 +2222,15 @@ #reset-cells = <1>; }; + gpio_intc: interrupt-controller@f080 { + compatible = "amlogic,meson-g12a-gpio-intc", + "amlogic,meson-gpio-intc"; + reg = <0x0 0xf080 0x0 0x10>; + interrupt-controller; + #interrupt-cells = <2>; + amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>; + }; + pwm_ef: pwm@19000 { compatible = "amlogic,meson-g12a-ee-pwm"; reg = <0x0 0x19000 0x0 0x20>; |