Skip to content

Commit 35f2787

Browse files
committed
shield: rtkmipilcdb00000be: update overlay for ek_ra8d1
Add interrupt information for the device in use Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent a55db88 commit 35f2787

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.overlay

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,19 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
&pinctrl {
8-
iic1_default: iic1_default {
9-
group1 {
10-
/* SCL1 SDA1 */
11-
psels = <RA_PSEL(RA_PSEL_I2C, 5, 12)>,
12-
<RA_PSEL(RA_PSEL_I2C, 5, 11)>;
13-
drive-strength = "medium";
14-
};
15-
};
16-
};
17-
18-
&iic1 {
19-
status = "okay";
20-
#address-cells = <1>;
21-
#size-cells = <0>;
7+
&renesas_mipi_i2c {
228
clock-frequency = <DT_FREQ_K(100)>;
23-
pinctrl-0 = <&iic1_default>;
24-
pinctrl-names = "default";
259
};
2610

2711
&zephyr_lcdif {
12+
interrupts = <89 12>;
13+
interrupt-names = "line";
2814
input-pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
2915
};
3016

31-
&mipi_dsi {
32-
status = "okay";
17+
&zephyr_mipi_dsi {
18+
interrupts = <90 12>, <91 12>, <92 12>, <93 12>, <94 12>, <95 12>;
19+
interrupt-names = "sq0", "sq1", "vm", "rcv", "ferr", "ppi";
3320
pll-div = <1>;
3421
pll-mul-int = <50>;
3522
pll-mul-frac = "0.00";

0 commit comments

Comments
 (0)