arm: dts: k3-j7200: Fix support for OSPI flash

- Add the missing bootph-all property in the flash subnode for ospi
- Add the missing overrides for the ospi node in the r5 devicetree

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
This commit is contained in:
Aniket Limaye
2024-03-19 18:40:46 -04:00
committed by Tom Rini
parent 94e2dc01ca
commit e0b0a5eb9c
2 changed files with 9 additions and 0 deletions
@@ -195,6 +195,10 @@
&ospi0 {
bootph-all;
flash@0 {
bootph-all;
};
};
&serdes_ln_ctrl {
@@ -83,3 +83,8 @@
&wkup_vtm0 {
bootph-pre-ram;
};
&ospi0 {
reg = <0x0 0x47040000 0x0 0x100>,
<0x0 0x50000000 0x0 0x8000000>;
};