mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
arm64: dts: imx93-var-som-symphony: enable TPM3 PWM
Enable TPM3 on the Symphony carrier board and add the pinctrl states for the PWM output and sleep configuration. Signed-off-by: Stefano Radaelli <stefano.r@variscite.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
17f1681fc7
commit
4b1433a0d1
|
|
@ -320,6 +320,13 @@ &lpuart7 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&tpm3 {
|
||||
pinctrl-0 = <&pinctrl_tpm3>;
|
||||
pinctrl-1 = <&pinctrl_tpm3_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbotg1 {
|
||||
dr_mode = "otg";
|
||||
hnp-disable;
|
||||
|
|
@ -442,6 +449,18 @@ MX93_PAD_PDM_BIT_STREAM1__GPIO1_IO10 0x31e
|
|||
>;
|
||||
};
|
||||
|
||||
pinctrl_tpm3: tpm3grp {
|
||||
fsl,pins = <
|
||||
MX93_PAD_GPIO_IO24__TPM3_CH3 0x51e
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_tpm3_sleep: tpm3sleepgrp {
|
||||
fsl,pins = <
|
||||
MX93_PAD_GPIO_IO24__GPIO2_IO24 0x51e
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_uart1: uart1grp {
|
||||
fsl,pins = <
|
||||
MX93_PAD_UART1_RXD__LPUART1_RX 0x31e
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user