Skip to content

Commit a0c8ba4

Browse files
committed
boards: renesas: Add support for drw driver on RA8
Add support for drw driver on ek_ra8p1 and ek_ra8d1 Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent a5747bd commit a0c8ba4

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

boards/renesas/ek_ra8d1/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ if LVGL
3030
config LV_Z_VDB_CUSTOM_SECTION
3131
default y
3232

33+
config LV_ATTRIBUTE_MEM_ALIGN_SIZE
34+
default 4
35+
3336
endif # LVGL
3437

3538
endif # BOARD_EK_RA8D1

boards/renesas/ek_ra8d1/ek_ra8d1.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,12 @@ dvp_20pin_interface: &ceu {};
537537
};
538538
};
539539

540+
&drw {
541+
interrupts = <90 12>;
542+
interrupt-names = "drw";
543+
status = "okay";
544+
};
545+
540546
&crc {
541547
status = "okay";
542548
};

boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@
130130
burst-transfer = <256>;
131131
};
132132

133+
&drw {
134+
interrupt-names = "drw";
135+
interrupts = <23 12>;
136+
status = "okay";
137+
};
138+
133139
zephyr_lcdif: &lcdif {};
134140

135141
pmod_sd_shield: &sdhc0 {};

boards/shields/rtklcdpar1s00001be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ if LVGL
1919
config LV_Z_VDB_CUSTOM_SECTION
2020
default y
2121

22+
config LV_ATTRIBUTE_MEM_ALIGN_SIZE
23+
default 4
24+
2225
endif # LVGL
2326

2427
endif # BOARD_EK_RA8P1

0 commit comments

Comments
 (0)