]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-j784s4-j742s2-main-common: Add PBIST_14 node
authorNeha Malcom Francis <n-francis@ti.com>
Thu, 5 Jun 2025 06:35:06 +0000 (12:05 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Wed, 9 Jul 2025 06:07:13 +0000 (11:37 +0530)
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>
arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi

index d17f365947ed3e7ccaf13a4a255ae76788455457..7c5b0c69897dfe5c77365a9a088c7cf2215bbb0d 100644 (file)
                power-domains = <&k3_pds 269 TI_SCI_PD_EXCLUSIVE>;
                status = "disabled";
        };
+
+       bist_main14: bist@33c0000 {
+               compatible = "ti,j784s4-bist";
+               reg = <0x00 0x033c0000 0x00 0x400>,
+                     <0x00 0x0010c1a0 0x00 0x01c>;
+               reg-names = "cfg", "ctrl_mmr";
+               clocks = <&k3_clks 237 7>;
+               power-domains = <&k3_pds 237 TI_SCI_PD_EXCLUSIVE>;
+               bootph-pre-ram;
+               ti,sci-dev-id = <234>;
+       };
 };