Hi Bryan, On 1/20/2023 6:00 AM, Bryan Brattlof wrote: > @@ -94,10 +95,13 @@ cbass_wakeup: bus@2b000000 { > compatible = "simple-bus"; > #address-cells = <2>; > #size-cells = <2>; > - ranges = <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */ > + ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */ You would need to update unit address in node name as well: cbass_wakeup: bus@b00000 { > + <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */ > <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>; > }; > }; > + > + #include "k3-am62-thermal.dtsi" > }; Regards Vignesh