mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
arm: dts: k3-j722s*: Add overrides specific to OSPI
OSPI Boot requires overrides specific to R5 and also to use DMA in R5 SPL stage the DM_TIFS needs to be used. Add the corresponding overrides for R5 SPL stage. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com> Reviewed-by: Udit Kumar <u-kumar1@ti.com>
This commit is contained in:
parent
ed89c75771
commit
1c4eeff48c
2 changed files with 17 additions and 0 deletions
|
@ -16,3 +16,7 @@
|
|||
&dmsc {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
&main_bcdma {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
|
|
@ -81,3 +81,16 @@
|
|||
&wkup_uart0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ospi0 {
|
||||
reg = <0x00 0x0fc40000 0x00 0x100>,
|
||||
<0x00 0x60000000 0x00 0x08000000>;
|
||||
};
|
||||
|
||||
&main_bcdma {
|
||||
ti,sci = <&dm_tifs>;
|
||||
};
|
||||
|
||||
&main_pktdma {
|
||||
ti,sci = <&dm_tifs>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue