File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 125
125
ngpios = <32>;
126
126
status = "disabled";
127
127
};
128
+
129
+ main_rti0: watchdog@e000000 {
130
+ compatible = "ti,j7-rti-wdt";
131
+ reg = <0x0e000000 0x100>;
132
+ clock-frequency = <DT_FREQ_M(25)>;
133
+ status = "disabled";
134
+ };
135
+
136
+ main_rti1: watchdog@e010000 {
137
+ compatible = "ti,j7-rti-wdt";
138
+ reg = <0x0e010000 0x100>;
139
+ clock-frequency = <DT_FREQ_M(25)>;
140
+ status = "disabled";
141
+ };
142
+
143
+ main_rti2: watchdog@e020000 {
144
+ compatible = "ti,j7-rti-wdt";
145
+ reg = <0x0e020000 0x100>;
146
+ clock-frequency = <DT_FREQ_M(25)>;
147
+ status = "disabled";
148
+ };
149
+
150
+ main_rti3: watchdog@e030000 {
151
+ compatible = "ti,j7-rti-wdt";
152
+ reg = <0x0e030000 0x100>;
153
+ clock-frequency = <DT_FREQ_M(25)>;
154
+ status = "disabled";
155
+ };
156
+
157
+ main_rti15: watchdog@e0f0000 {
158
+ compatible = "ti,j7-rti-wdt";
159
+ reg = <0x0e0f0000 0x100>;
160
+ clock-frequency = <DT_FREQ_M(25)>;
161
+ status = "disabled";
162
+ };
128
163
};
You can’t perform that action at this time.
0 commit comments