Home
last modified time | relevance | path

Searched +full:mbox +full:- +full:cells (Results 1 – 25 of 94) sorted by relevance

1234

/Zephyr-latest/dts/arm64/nxp/
Dnxp_mimx95_a55.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <arm64/armv8-a.dtsi>
10 #include <zephyr/dt-bindings/clock/imx95_clock.h>
11 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
14 #address-cells = <1>;
15 #size-cells = <1>;
16 interrupt-parent = <&gic>;
19 #address-cells = <1>;
20 #size-cells = <0>;
24 compatible = "arm,cortex-a55";
[all …]
/Zephyr-latest/dts/bindings/mbox/
Dmicrochip,mpfs-mailbox.yaml4 # SPDX-License-Identifier: Apache-2.0
6 include: [base.yaml, mailbox-controller.yaml]
10 const: microchip,mpfs-mailbox
13 - items:
14 - description: mailbox control registers
15 - description: mailbox interrupt registers
16 - description: mailbox data registers
21 "#mbox-cells":
25 - compatible
26 - reg
[all …]
/Zephyr-latest/dts/bindings/ipm/
Dst,stm32-hsem-mailbox.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "st,stm32-hsem-mailbox"
17 "#mbox-cells":
20 Dummy property for device tree compatibility with MBOX driver.
22 mbox-cells:
23 - channel
/Zephyr-latest/boards/mediatek/mt8186/
Dmt8186_adsp.dts2 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
8 #address-cells = <1>;
9 #size-cells = <1>;
13 compatible = "mmio-sram";
19 compatible = "mmio-sram";
25 compatible = "mmio-sram";
30 #address-cells = <1>;
31 #size-cells = <1>;
34 compatible = "cdns,xtensa-core-intc";
[all …]
/Zephyr-latest/boards/mediatek/mt8188/
Dmt8188_adsp.dts2 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #address-cells = <1>;
10 #size-cells = <1>;
14 compatible = "mmio-sram";
20 compatible = "mmio-sram";
26 compatible = "mmio-sram";
31 #address-cells = <1>;
32 #size-cells = <1>;
35 compatible = "cdns,xtensa-core-intc";
[all …]
/Zephyr-latest/include/zephyr/devicetree/
Dmbox.h3 * @brief MBOX Devicetree macro public API header file.
9 * SPDX-License-Identifier: Apache-2.0
20 * @defgroup devicetree-mbox Devicetree MBOX API
26 * @brief Get the node identifier for the MBOX controller from a mboxes
31 * mbox1: mbox-controller@... { ... };
36 * mbox-names = "tx", "rx";
45 * @param name lowercase-and-underscores name of a mboxes element
46 * as defined by the node's mbox-names property
48 * @return the node identifier for the MBOX controller in the named element
56 * @brief Get a MBOX channel value by name
[all …]
/Zephyr-latest/tests/drivers/mbox/mbox_data/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dlpcxpresso55s69_lpc55s69_cpu0.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
19 /* Attach MBOX driver to Mailbox Unit */
20 mbox:mailbox0@5008b000 {
21 compatible = "nxp,mbox-mailbox";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
19 /* Attach MBOX driver to Mailbox Unit */
20 mbox:mbox@5008b000 {
21 compatible = "nxp,mbox-mailbox";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
/Zephyr-latest/samples/drivers/mbox_data/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dlpcxpresso55s69_lpc55s69_cpu0.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
19 /* Attach MBOX driver to Mailbox Unit */
20 mbox:mailbox0@5008b000 {
21 compatible = "nxp,mbox-mailbox";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
/Zephyr-latest/samples/drivers/mbox/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
19 /* Attach MBOX driver to MU Unit */
20 mbox:mbox@40c48000 {
21 compatible = "nxp,mbox-imx-mu";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
Dlpcxpresso55s69_lpc55s69_cpu0.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
19 /* Attach MBOX driver to Mailbox Unit */
20 mbox:mailbox0@5008b000 {
21 compatible = "nxp,mbox-mailbox";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
/Zephyr-latest/samples/drivers/mbox_data/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
19 /* Attach MBOX driver to Mailbox Unit */
20 mbox:mbox@5008b000 {
21 compatible = "nxp,mbox-mailbox";
24 rx-channels = <4>;
25 #mbox-cells = <1>;
30 mbox-consumer {
[all …]
/Zephyr-latest/dts/bindings/firmware/
Darm,scmi.yaml2 # SPDX-License-Identifier: Apache-2.0
12 compatible = "arm,scmi-shmem";
17 compatible = "nxp,mbox-imx-mu";
20 #mbox-cells = <1>;
27 mbox-names = "tx";
30 compatible = "arm,scmi-clock";
32 #clock-cells = <1>;
36 compatible = "arm,scmi-pinctrl";
40 compatible = "nxp,imx95-pinctrl", "nxp,imx93-pinctrl";
61 1) tx - 1 mbox / 1 shmem (platform and agent use the same
[all …]
/Zephyr-latest/boards/mediatek/mt8195/
Dmt8195_adsp.dts2 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #address-cells = <1>;
10 #size-cells = <1>;
14 compatible = "mmio-sram";
20 compatible = "mmio-sram";
25 #address-cells = <1>;
26 #size-cells = <1>;
37 compatible = "cdns,xtensa-core-intc";
39 interrupt-controller;
[all …]
/Zephyr-latest/samples/drivers/mbox/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay4 * SPDX-License-Identifier: Apache-2.0
12 /delete-property/ zephyr,ipc;
14 zephyr,shell-uart = &flexcomm0;
18 /* Delete IPM Driver node nxp,lpc-mailbox */
19 /delete-node/ mailbox@8b000;
21 /* Attach MBOX driver to Mailbox Unit */
22 mbox:mbox@5008b000 {
23 compatible = "nxp,mbox-mailbox";
26 rx-channels = <4>;
27 #mbox-cells = <1>;
[all …]
/Zephyr-latest/dts/bindings/test/
Dvnd,mbox.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: VND MBOX controller
6 compatible: "vnd,mbox"
8 include: mailbox-controller.yaml
10 mbox-cells:
11 - channel
/Zephyr-latest/boards/mediatek/mt8196/
Dmt8196_adsp.dts2 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #address-cells = <1>;
10 #size-cells = <1>;
14 compatible = "mmio-sram";
20 compatible = "mmio-sram";
26 compatible = "mmio-sram";
31 #address-cells = <1>;
32 #size-cells = <1>;
35 compatible = "cdns,xtensa-core-intc";
[all …]

1234