Skip to content

Commit ceb1993

Browse files
KhanhNguyen-RVCkartben
authored andcommitted
boards: renesas: Add power management support for RA8 boards
Updated DTS files to enable ULPT nodes for: - `ek_ra8d1` - `ek_ra8m1` - `mck_ra8t1` Updated board documentation in `index.rst` for each board. Signed-off-by: Khanh Nguyen <[email protected]>
1 parent fb572d5 commit ceb1993

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

boards/renesas/ek_ra8d1/ek_ra8d1.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,19 @@ pmod_sd_shield: &sdhc1 {};
326326
&wdt {
327327
status = "okay";
328328
};
329+
330+
&ulpt0 {
331+
status = "okay";
332+
333+
timer {
334+
status = "okay";
335+
};
336+
};
337+
338+
&ulpt1 {
339+
status = "okay";
340+
341+
timer {
342+
status = "okay";
343+
};
344+
};

boards/renesas/ek_ra8m1/ek_ra8m1.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,3 +385,19 @@ pmod_sd_shield: &sdhc0 {};
385385
&wdt {
386386
status = "okay";
387387
};
388+
389+
&ulpt0 {
390+
status = "okay";
391+
392+
timer {
393+
status = "okay";
394+
};
395+
};
396+
397+
&ulpt1 {
398+
status = "okay";
399+
400+
timer {
401+
status = "okay";
402+
};
403+
};

boards/renesas/mck_ra8t1/mck_ra8t1.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,19 @@
236236
&wdt {
237237
status = "okay";
238238
};
239+
240+
&ulpt0 {
241+
status = "okay";
242+
243+
timer {
244+
status = "okay";
245+
};
246+
};
247+
248+
&ulpt1 {
249+
status = "okay";
250+
251+
timer {
252+
status = "okay";
253+
};
254+
};

0 commit comments

Comments
 (0)