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:
Vaishnav Achath 2023-06-05 19:43:48 +05:30 committed by Praneeth Bajjuri
parent be1514f547
commit 63e083da4f
1 changed files with 2 additions and 1 deletions

View File

@ -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>;