arm: dts: k3-j7200-mcu-wakeup: Add HBMC config register region
Updates to HyperBus calibration sequence requires the HBMC config register region, include that in hbmc node. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
This commit is contained in:
parent
be1514f547
commit
63e083da4f
|
|
@ -288,7 +288,8 @@
|
|||
|
||||
hbmc: hyperbus@47034000 {
|
||||
compatible = "ti,am654-hbmc";
|
||||
reg = <0x00 0x47034000 0x00 0x100>,
|
||||
reg = <0x00 0x47030000 0x00 0xc>,
|
||||
<0x00 0x47034000 0x00 0x100>,
|
||||
<0x05 0x00000000 0x01 0x0000000>;
|
||||
power-domains = <&k3_pds 102 TI_SCI_PD_EXCLUSIVE>;
|
||||
clocks = <&k3_clks 102 0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue