mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-25 08:31:28 +02:00
ARM: dts: at91: sama5d2: add AIC node
When using interrupts property, a global interrupt controller needs to be added to avoid warnings when compiling device-tree: arch/arm/dts/at91-sama5d2_xplained.dtb: Warning (interrupts_property): /ahb/apb/timer@f800c000: Missing interrupt-parent Add AIC node as the sama5d2 global interrupt controller. Signed-off-by: Clément Léger <clement.leger@bootlin.com>
This commit is contained in:
parent
70fb1ae9dd
commit
d29e55a6c2
@ -3,6 +3,7 @@
|
|||||||
/ {
|
/ {
|
||||||
model = "Atmel SAMA5D2 family SoC";
|
model = "Atmel SAMA5D2 family SoC";
|
||||||
compatible = "atmel,sama5d2";
|
compatible = "atmel,sama5d2";
|
||||||
|
interrupt-parent = <&aic>;
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
spi0 = &spi0;
|
spi0 = &spi0;
|
||||||
@ -762,6 +763,14 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aic: interrupt-controller@fc020000 {
|
||||||
|
#interrupt-cells = <3>;
|
||||||
|
compatible = "atmel,sama5d2-aic";
|
||||||
|
interrupt-controller;
|
||||||
|
reg = <0xfc020000 0x200>;
|
||||||
|
atmel,external-irqs = <49>;
|
||||||
|
};
|
||||||
|
|
||||||
i2c1: i2c@fc028000 {
|
i2c1: i2c@fc028000 {
|
||||||
compatible = "atmel,sama5d2-i2c";
|
compatible = "atmel,sama5d2-i2c";
|
||||||
reg = <0xfc028000 0x100>;
|
reg = <0xfc028000 0x100>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user