]> Git Repo - J-u-boot.git/commitdiff
arm: dts: k3-j721e-r5-common: Add HBMC overrides for R5 SPL
authorVaishnav Achath <[email protected]>
Fri, 29 Nov 2024 11:31:32 +0000 (17:01 +0530)
committerTom Rini <[email protected]>
Sat, 14 Dec 2024 15:34:16 +0000 (09:34 -0600)
Add 32-bit address overrides for Hyper Bus Memory Controller
for Hyperflash to be functional in R5 SPL.

Signed-off-by: Vaishnav Achath <[email protected]>
Signed-off-by: Anurag Dutta <[email protected]>
arch/arm/dts/k3-j721e-r5-common-proc-board.dts

index ce55ea6bae0a3c54f81fda657ed57ca3eed47670..c775432505b40bb5be289f9008b23adfed708cf9 100644 (file)
        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 {
        /* Address change for data region (32-bit) */
        reg = <0x0 0x47040000 0x0 0x100>,
This page took 0.028963 seconds and 4 git commands to generate.