arm: dts: k3-am642-evm/sk: Enable OSPI support in SPL
authorJonathan Humphreys <j-humphreys@ti.com>
Sat, 24 Feb 2024 00:17:02 +0000 (18:17 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 5 Mar 2024 13:39:26 +0000 (08:39 -0500)
Add bootph DT tags to enable OSPI in SPL.
Set OSPI regs for R5 SPL to address OSPI's boot region.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
arch/arm/dts/k3-am642-evm-u-boot.dtsi
arch/arm/dts/k3-am642-r5-evm.dts
arch/arm/dts/k3-am642-r5-sk.dts
arch/arm/dts/k3-am642-sk-u-boot.dtsi

index b843078..60b219c 100644 (file)
 &cpsw_port2 {
        status = "disabled";
 };
+
+&ospi0_pins_default {
+       bootph-all;
+};
+
+&fss {
+       bootph-all;
+};
+
+&ospi0 {
+       bootph-all;
+
+       flash@0 {
+               bootph-all;
+       };
+};
index 64b3c3a..6825c07 100644 (file)
        /delete-property/ assigned-clock-parents;
        /delete-property/ power-domains;
 };
+
+&ospi0 {
+       reg = <0x00 0x0fc40000 0x00 0x100>,
+             <0x00 0x60000000 0x00 0x8000000>;
+};
index daa483a..60d747d 100644 (file)
        /delete-property/ assigned-clock-parents;
        /delete-property/ power-domains;
 };
+
+&ospi0 {
+       reg = <0x00 0x0fc40000 0x00 0x100>,
+             <0x00 0x60000000 0x00 0x8000000>;
+};
index 2eb227c..2b42c74 100644 (file)
 &serdes_refclk {
        bootph-all;
 };
+
+&ospi0_pins_default {
+       bootph-all;
+};
+
+&fss {
+       bootph-all;
+};
+
+&ospi0 {
+       bootph-all;
+
+       flash@0 {
+               bootph-all;
+       };
+};