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 8ffec7d commit abbf127Copy full SHA for abbf127
arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
@@ -170,6 +170,9 @@
170
};
171
172
&pinctrl {
173
+ pinctrl-names = "default";
174
+ pinctrl-0 = <&pins_cpld>;
175
+
176
pins_can0: pins_can0 {
177
pinmux = <RZN1_PINMUX(162, RZN1_FUNC_CAN)>, /* CAN0_TXD */
178
<RZN1_PINMUX(163, RZN1_FUNC_CAN)>; /* CAN0_RXD */
@@ -182,6 +185,13 @@
182
185
drive-strength = <6>;
183
186
184
187
188
+ pins_cpld: pins-cpld {
189
+ pinmux = <RZN1_PINMUX(119, RZN1_FUNC_USB)>,
190
+ <RZN1_PINMUX(120, RZN1_FUNC_USB)>,
191
+ <RZN1_PINMUX(121, RZN1_FUNC_USB)>,
192
+ <RZN1_PINMUX(122, RZN1_FUNC_USB)>;
193
+ };
194
195
pins_eth3: pins_eth3 {
196
pinmux = <RZN1_PINMUX(36, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
197
<RZN1_PINMUX(37, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
0 commit comments