mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
arm: dts: k3-j721e-r5-common: Add HBMC overrides for R5 SPL
Add 32-bit address overrides for Hyper Bus Memory Controller for Hyperflash to be functional in R5 SPL. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
This commit is contained in:
parent
ecd2d7328c
commit
c9df79ee64
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&hbmc {
|
||||||
|
reg = <0x0 0x47040000 0x0 0x100>,
|
||||||
|
<0x0 0x50000000 0x0 0x8000000>;
|
||||||
|
ranges = <0x0 0x0 0x0 0x50000000 0x4000000>,
|
||||||
|
<0x1 0x0 0x0 0x54000000 0x800000>;
|
||||||
|
};
|
||||||
|
|
||||||
&ospi0 {
|
&ospi0 {
|
||||||
/* Address change for data region (32-bit) */
|
/* Address change for data region (32-bit) */
|
||||||
reg = <0x0 0x47040000 0x0 0x100>,
|
reg = <0x0 0x47040000 0x0 0x100>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue