We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c2ef8 commit f191de3Copy full SHA for f191de3
boards/renesas/ek_ra8d1/ek_ra8d1.dts
@@ -78,6 +78,18 @@
78
<18 0 &ioporta 1 0>; /* DISP_RST */
79
};
80
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
+
93
aliases {
94
led0 = &led1;
95
sw0 = &button0;
0 commit comments