Skip to content

Commit f191de3

Browse files
thenguyenyfcfriedt
authored andcommitted
boards: renesas: ek_ra8d1: Add Parallel Graphics Expansion Connector
Add Parallel Graphics Connector node to EK-RA8D1 dts Signed-off-by: The Nguyen <[email protected]>
1 parent f5c2ef8 commit f191de3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

boards/renesas/ek_ra8d1/ek_ra8d1.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@
7878
<18 0 &ioporta 1 0>; /* DISP_RST */
7979
};
8080

81+
ek_ra8d1_parallel_graphics_expansion: parallel-graphics-expansion {
82+
compatible = "renesas,ra-parallel-graphics-header";
83+
#gpio-cells = <2>;
84+
gpio-map-mask = <0xffffffff 0xffffffc0>;
85+
gpio-map-pass-thru = <0 0x3f>;
86+
gpio-map = <1 0 &ioport4 4 0>, /* DISP_BLEN */
87+
<2 0 &ioport5 11 0>, /* IIC_SDA */
88+
<3 0 &ioport5 10 0>, /* DISP_INT */
89+
<4 0 &ioport5 12 0>, /* IIC_SCL */
90+
<6 0 &ioporta 1 0>; /* DISP_RST */
91+
};
92+
8193
aliases {
8294
led0 = &led1;
8395
sw0 = &button0;

0 commit comments

Comments
 (0)