Skip to content

Commit cf1618d

Browse files
Hieu Nguyentiennguyenzg
authored andcommitted
boards: renesas: Add PWM support for Renesas RZ/A3UL
Add PWM support for board Renesas RZ/A3UL-SMARC Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
1 parent ca24737 commit cf1618d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

boards/renesas/rza3ul_smarc/rza3ul_smarc-pinctrl.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@
1515
slew-rate = "fast";
1616
};
1717
};
18+
19+
/omit-if-no-ref/ mtu1_pins: mtu1 {
20+
mtu1-pinmux {
21+
pinmux = <RZA_PINMUX(PORT_01, 0, 4)>; /* MTIOCA */
22+
};
23+
};
24+
25+
/omit-if-no-ref/ mtu3_pins: mtu3 {
26+
mtu3-pinmux {
27+
pinmux = <RZA_PINMUX(PORT_04, 2, 4)>; /* MTIOCA */
28+
};
29+
};
1830
};

boards/renesas/rza3ul_smarc/rza3ul_smarc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toolchain:
88
supported:
99
- uart
1010
- gpio
11+
- pwm
1112
testing:
1213
ignore_tags:
1314
- bluetooth

0 commit comments

Comments
 (0)