提交 7d32bc03 编写于 作者: J Jerome Brunet 提交者: Kevin Hilman

ARM: dts: meson8b: enable gpio interrupt controller

Add gpio interrupt controller node to the meson8b boards
Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
Reviewed-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 4692142a
...@@ -85,6 +85,15 @@ ...@@ -85,6 +85,15 @@
reg = <0x7c00 0x200>; 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 { hwrng: rng@8100 {
compatible = "amlogic,meson-rng"; compatible = "amlogic,meson-rng";
reg = <0x8100 0x8>; reg = <0x8100 0x8>;
......
...@@ -200,6 +200,12 @@ ...@@ -200,6 +200,12 @@
clock-names = "stmmaceth"; clock-names = "stmmaceth";
}; };
&gpio_intc {
compatible = "amlogic,meson-gpio-intc",
"amlogic,meson8b-gpio-intc";
status = "okay";
};
&hwrng { &hwrng {
compatible = "amlogic,meson8b-rng", "amlogic,meson-rng"; compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
clocks = <&clkc CLKID_RNG0>; clocks = <&clkc CLKID_RNG0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册