mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 19:35:07 +07:00
ARM: dts: aspeed: ast2500: Add SCU interrupt controller
Add a node for the interrupt controller provided by the SCU. Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
ae83d0b416
commit
d1f3f68f55
@ -224,6 +224,14 @@ syscon: syscon@1e6e2000 {
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
|
||||
scu_ic: interrupt-controller@18 {
|
||||
#interrupt-cells = <1>;
|
||||
compatible = "aspeed,ast2500-scu-ic";
|
||||
reg = <0x18 0x4>;
|
||||
interrupts = <21>;
|
||||
interrupt-controller;
|
||||
};
|
||||
|
||||
p2a: p2a-control@2c {
|
||||
compatible = "aspeed,ast2500-p2a-ctrl";
|
||||
reg = <0x2c 0x4>;
|
||||
|
Loading…
Reference in New Issue
Block a user