|
@@ -13,6 +13,7 @@
|
|
|
#include <dt-bindings/phy/phy.h>
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
#include <dt-bindings/reset-controller/stih416-resets.h>
|
|
|
+#include <dt-bindings/interrupt-controller/irq-st.h>
|
|
|
/ {
|
|
|
L2: cache-controller {
|
|
|
compatible = "arm,pl310-cache";
|
|
@@ -98,6 +99,15 @@
|
|
|
reg = <0xfe4b5100 0x8>;
|
|
|
};
|
|
|
|
|
|
+ irq-syscfg {
|
|
|
+ compatible = "st,stih416-irq-syscfg";
|
|
|
+ st,syscfg = <&syscfg_cpu>;
|
|
|
+ st,irq-device = <ST_IRQ_SYSCFG_PMU_0>,
|
|
|
+ <ST_IRQ_SYSCFG_PMU_1>;
|
|
|
+ st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
|
|
|
+ <ST_IRQ_SYSCFG_DISABLED>;
|
|
|
+ };
|
|
|
+
|
|
|
serial2: serial@fed32000{
|
|
|
compatible = "st,asc";
|
|
|
status = "disabled";
|