mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ARM: dts: ls1021a: add node describing external interrupt lines
This adds a node describing the six external interrupt lines IRQ0-IRQ5 with configurable polarity. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
562ed3e439
commit
d27f9d634c
@ -216,6 +216,25 @@ scfg: scfg@1570000 {
|
|||||||
compatible = "fsl,ls1021a-scfg", "syscon";
|
compatible = "fsl,ls1021a-scfg", "syscon";
|
||||||
reg = <0x0 0x1570000 0x0 0x10000>;
|
reg = <0x0 0x1570000 0x0 0x10000>;
|
||||||
big-endian;
|
big-endian;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0x0 0x0 0x1570000 0x10000>;
|
||||||
|
|
||||||
|
extirq: interrupt-controller@1ac {
|
||||||
|
compatible = "fsl,ls1021a-extirq";
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
#address-cells = <0>;
|
||||||
|
interrupt-controller;
|
||||||
|
reg = <0x1ac 4>;
|
||||||
|
interrupt-map =
|
||||||
|
<0 0 &gic GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<1 0 &gic GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<2 0 &gic GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<3 0 &gic GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<4 0 &gic GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<5 0 &gic GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
interrupt-map-mask = <0xffffffff 0x0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
crypto: crypto@1700000 {
|
crypto: crypto@1700000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user