sram@40000000 {
                compatible = "nvidia,tegra234-sysram", "mmio-sram";
-               reg = <0x0 0x40000000 0x0 0x50000>;
+               reg = <0x0 0x40000000 0x0 0x80000>;
                #address-cells = <1>;
                #size-cells = <1>;
-               ranges = <0x0 0x0 0x40000000 0x50000>;
+               ranges = <0x0 0x0 0x40000000 0x80000>;
 
-               cpu_bpmp_tx: sram@4e000 {
-                       reg = <0x4e000 0x1000>;
+               cpu_bpmp_tx: sram@70000 {
+                       reg = <0x70000 0x1000>;
                        label = "cpu-bpmp-tx";
                        pool;
                };
 
-               cpu_bpmp_rx: sram@4f000 {
-                       reg = <0x4f000 0x1000>;
+               cpu_bpmp_rx: sram@71000 {
+                       reg = <0x71000 0x1000>;
                        label = "cpu-bpmp-rx";
                        pool;
                };