diff options
author | Jerome Brunet | 2017-10-19 14:01:41 +0200 |
---|---|---|
committer | Kevin Hilman | 2017-10-29 08:44:45 -0700 |
commit | 7d32bc03bcfbe4a9ca22b5c84a42f4f8cc4ba003 (patch) | |
tree | 76beaa85e76528c58ee9cfc917a62a050226a88c /arch/arm/boot/dts/meson.dtsi | |
parent | 4692142a3dc82d60f9f290f98a6e1f8f627ba90a (diff) |
ARM: dts: meson8b: enable gpio interrupt controller
Add gpio interrupt controller node to the meson8b boards
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index 290a183e87c5..3d18ecc2bef1 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -85,6 +85,15 @@ reg = <0x7c00 0x200>; }; + gpio_intc: interrupt-controller@9880 { + compatible = "amlogic,meson-gpio-intc"; + reg = <0xc1109880 0x10>; + interrupt-controller; + #interrupt-cells = <2>; + amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>; + status = "disabled"; + }; + hwrng: rng@8100 { compatible = "amlogic,meson-rng"; reg = <0x8100 0x8>; |