Skip to content

Commit d53181f

Browse files
VitekSTkartben
authored andcommitted
boards: mimxrt685_evk/mimxrt685s/cm33: Enable MU
Enable the MU peripheral for the CM33 domain of the mimxrt685_evk. Signed-off-by: Vit Stanicek <[email protected]>
1 parent b5c0984 commit d53181f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
sdhc0 = &usdhc0;
3636
dmic-dev = &dmic0;
3737
mcuboot-button0 = &user_button_1;
38+
mbox = &mbox;
3839
};
3940

4041
chosen {
@@ -411,6 +412,10 @@ zephyr_udc0: &usbhs {
411412
status = "okay";
412413
};
413414

415+
&mbox {
416+
status = "okay";
417+
};
418+
414419
&dmic0 {
415420
status = "okay";
416421
pinctrl-0 = <&pinmux_dmic0>;

dts/arm/nxp/nxp_rt6xx_common.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,18 @@
589589
status = "disabled";
590590
};
591591
};
592+
593+
mbox: mbox@110000 {
594+
#mbox-cells = <1>;
595+
596+
compatible = "nxp,mbox-imx-mu";
597+
reg = <0x110000 0x1000>;
598+
599+
interrupts = <34 0>;
600+
rx-channels = <4>;
601+
602+
status = "disabled";
603+
};
592604
};
593605

594606
&flexspi {

0 commit comments

Comments
 (0)