Skip to content

Commit 387727d

Browse files
Neha Malcom Francisr-vignesh
authored andcommitted
arm64: dts: ti: k3-j784s4-j742s2-main-common: Add PBIST_14 node
Add DT node for PBIST_14 that is responsible for triggering the PBIST self-tests for the MAIN_R5_2_x cores. Reviewed-by: Udit Kumar <u-kumar1@ti.com> Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Link: https://lore.kernel.org/r/20250605063506.2005637-3-n-francis@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 04ee170 commit 387727d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,4 +2680,15 @@
26802680
power-domains = <&k3_pds 269 TI_SCI_PD_EXCLUSIVE>;
26812681
status = "disabled";
26822682
};
2683+
2684+
bist_main14: bist@33c0000 {
2685+
compatible = "ti,j784s4-bist";
2686+
reg = <0x00 0x033c0000 0x00 0x400>,
2687+
<0x00 0x0010c1a0 0x00 0x01c>;
2688+
reg-names = "cfg", "ctrl_mmr";
2689+
clocks = <&k3_clks 237 7>;
2690+
power-domains = <&k3_pds 237 TI_SCI_PD_EXCLUSIVE>;
2691+
bootph-pre-ram;
2692+
ti,sci-dev-id = <234>;
2693+
};
26832694
};

0 commit comments

Comments
 (0)