File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
#include <mem.h>
7
+ #include <freq.h>
7
8
#include <arm/armv8-r.dtsi>
8
9
#include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
9
10
#include <zephyr/dt-bindings/adc/adc.h>
1144
1145
status = "disabled";
1145
1146
};
1146
1147
};
1148
+
1149
+ wdt0: watchdog@80042000 {
1150
+ compatible = "renesas,rz-wdt";
1151
+ reg = <0x80042000 0x1000>;
1152
+ clock-freq = <DT_FREQ_M(50)>;
1153
+ interrupts = <GIC_SPI 388 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
1154
+ status = "disabled";
1155
+ };
1147
1156
};
1148
1157
};
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
#include <mem.h>
9
+ #include <freq.h>
9
10
#include <arm/armv8-r.dtsi>
10
11
#include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
11
12
#include <zephyr/dt-bindings/adc/adc.h>
1143
1144
status = "disabled";
1144
1145
};
1145
1146
};
1147
+
1148
+ wdt0: watchdog@80042000 {
1149
+ compatible = "renesas,rz-wdt";
1150
+ reg = <0x80042000 0x1000>;
1151
+ clock-freq = <DT_FREQ_M(50)>;
1152
+ interrupts = <GIC_SPI 388 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
1153
+ status = "disabled";
1154
+ };
1146
1155
};
1147
1156
};
Original file line number Diff line number Diff line change 688
688
status = "disabled";
689
689
};
690
690
};
691
+
692
+ wdt0: watchdog@12800800 {
693
+ compatible = "renesas,rz-wdt";
694
+ reg = <0x12800800 DT_SIZE_K(1)>;
695
+ interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
696
+ clock-freq = <DT_FREQ_M(24)>;
697
+ status = "disabled";
698
+ };
691
699
};
692
700
};
You can’t perform that action at this time.
0 commit comments