mirror of https://gitee.com/openkylin/linux.git
ARM: dts: lpc4337-ciaa: enable SCT-PWM
Enable the PWM based on the State Configurable Timer (SCT) included in the LPC4337 SoC of the CIAA-NXP board. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
This commit is contained in:
parent
a086dfe5bf
commit
7888c8c12f
|
@ -166,6 +166,10 @@ &mac {
|
||||||
pinctrl-0 = <&enet_rmii_pins>;
|
pinctrl-0 = <&enet_rmii_pins>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&sct_pwm {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&ssp1 {
|
&ssp1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
Loading…
Reference in New Issue