Skip to content

Commit 5fb8978

Browse files
danish-tir-vignesh
authored andcommitted
arm64: dts: ti: k3-am642-evm: Enable "SYNC_OUT0" output
The IEP0 SYNC_OUT0 pins are used for PPS out on AM64 EVM. Configure its PINMUX here. Signed-off-by: MD Danish Anwar <danishanwar@ti.com> Link: https://lore.kernel.org/r/20240614100829.3919008-1-danishanwar@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 175133a commit 5fb8978

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am642-evm.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,12 @@
466466
AM64X_IOPAD(0x00f4, PIN_INPUT, 2) /* (Y9) PRG1_PRU0_GPO15.PRG1_RGMII1_TX_CTL */
467467
>;
468468
};
469+
470+
icssg1_iep0_pins_default: icssg1-iep0-default-pins {
471+
pinctrl-single,pins = <
472+
AM64X_IOPAD(0x0104, PIN_OUTPUT, 2) /* (W7) PRG1_PRU0_GPO19.PRG1_IEP0_EDC_SYNC_OUT0 */
473+
>;
474+
};
469475
};
470476

471477
&main_uart0 {
@@ -821,3 +827,8 @@
821827
&gpmc0 {
822828
ranges = <0 0 0x00 0x51000000 0x01000000>; /* CS0 space. Min partition = 16MB */
823829
};
830+
831+
&icssg1_iep0 {
832+
pinctrl-names = "default";
833+
pinctrl-0 = <&icssg1_iep0_pins_default>;
834+
};

0 commit comments

Comments
 (0)