Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions dts/arm/nxp/nxp_mcxw71.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

#include "nxp_mcxw7x_common.dtsi"

&fast_peripheral1 {
smu2: smu2@1c0000 {
#address-cells = <1>;
#size-cells = <1>;

rpmsgmem: memory@8800 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x8800 DT_SIZE_K(6)>;
zephyr,memory-region = "rpmsg_sh_mem";
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_RAM)>;
};
};
};

&fmu {
ranges = <0x0 0x10000000 DT_SIZE_M(1)>;
};
Expand Down
14 changes: 14 additions & 0 deletions dts/arm/nxp/nxp_mcxw72.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

#include "nxp_mcxw7x_common.dtsi"

&fast_peripheral1 {
smu2: smu2@1c0000 {
#address-cells = <1>;
#size-cells = <1>;

rpmsgmem: memory@220 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x220 0x1100>;
zephyr,memory-region = "rpmsg_sh_mem";
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_RAM)>;
};
};
};

&fmu {
ranges = <0x0 0x10000000 DT_SIZE_M(2)>;
};
Expand Down
14 changes: 0 additions & 14 deletions dts/arm/nxp/nxp_mcxw7x_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -461,17 +461,3 @@
interrupts = <63 0>, <64 0>;
};
};

&fast_peripheral1 {
smu2: smu2@1c0000 {
#address-cells = <1>;
#size-cells = <1>;

rpmsgmem: memory@8800 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x8800 DT_SIZE_K(6)>;
zephyr,memory-region = "rpmsg_sh_mem";
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_RAM)>;
};
};
};
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: 6adb4c509dc86d5702f48b952f209b7c91270250
revision: pull/625/head
path: modules/hal/nxp
groups:
- hal
Expand Down
Loading