Skip to content

Commit 12446bd

Browse files
as-jacksonigorpecovnik
authored andcommitted
Add PWM configuration to rk3506b-armsom-forge1.dts
Enables CPU to be controlled via PWM.
1 parent cf7411f commit 12446bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/rk3506b-armsom-forge1.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@
236236
status = "okay";
237237
};
238238

239+
&pwm0_4ch_0 {
240+
pinctrl-names = "active";
241+
pinctrl-0 = <&rm_io21_pwm0_ch0>;
242+
status = "okay";
243+
};
244+
239245
&pinctrl {
240246
ethernet {
241247
rmii0_rstn: rmii0-rstn {

0 commit comments

Comments
 (0)