arm: dts: k3-j721s2*: Enable OSPI1 with 32-bit address mappings for R5 SPL
The R5 SPL requires 32-bit address mappings for OSPI1(QSPI) access. Override the OSPI1 node with appropriate 32-bit register ranges to enable proper address translation on the 32-bit R5 core, while preserving 64-bit mappings for A72 cores. While at it, remove the disabled status override for ospi1 node to support booting from qspi. Signed-off-by: Anurag Dutta <a-dutta@ti.com>
This commit is contained in:
@@ -107,10 +107,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&ospi1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&usbss0 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
@@ -90,6 +90,11 @@
|
||||
<0x0 0x50000000 0x0 0x8000000>;
|
||||
};
|
||||
|
||||
&ospi1 {
|
||||
reg = <0x0 0x47050000 0x0 0x100>,
|
||||
<0x0 0x58000000 0x0 0x8000000>;
|
||||
};
|
||||
|
||||
&fss {
|
||||
/* fss node has 64 bit address regions mapped to it and since the ospi
|
||||
* nodes is being override, override the fss node ranges as well
|
||||
|
||||
Reference in New Issue
Block a user