Commit 8032affd authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-am642-evm: Add pwm nodes



ecap0 can be configured to use pad ECAP0_IN_APWM_OUT (D18) which has a
signal connected to Pin 1 of J12 on EVM. Add support for adding this
pinmux so that pwm can be observed on pin 1 of Header J12

Also mark all un-used epwm and ecap pwm nodes as disabled.

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Link: https://lore.kernel.org/r/20210721113625.17299-4-lokeshvutla@ti.com
parent ae0df139
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
@@ -288,6 +288,12 @@
			AM64X_IOPAD(0x0008, PIN_INPUT, 0) /* (N19) OSPI0_DQS */
		>;
	};

	main_ecap0_pins_default: main-ecap0-pins-default {
		pinctrl-single,pins = <
			AM64X_IOPAD(0x0270, PIN_INPUT, 0) /* (D18) ECAP0_IN_APWM_OUT */
		>;
	};
};

&main_uart0 {
@@ -574,3 +580,53 @@
	num-lanes = <1>;
	status = "disabled";
};

&ecap0 {
	/* PWM is available on Pin 1 of header J12 */
	pinctrl-names = "default";
	pinctrl-0 = <&main_ecap0_pins_default>;
};

&ecap1 {
	status = "disabled";
};

&ecap2 {
	status = "disabled";
};

&epwm0 {
	status = "disabled";
};

&epwm1 {
	status = "disabled";
};

&epwm2 {
	status = "disabled";
};

&epwm3 {
	status = "disabled";
};

&epwm4 {
	status = "disabled";
};

&epwm5 {
	status = "disabled";
};

&epwm6 {
	status = "disabled";
};

&epwm7 {
	status = "disabled";
};

&epwm8 {
	status = "disabled";
};