Searched +full:mbox +full:- +full:cells (Results 1 – 25 of 94) sorted by relevance
1234
/Zephyr-latest/dts/arm64/nxp/ |
D | nxp_mimx95_a55.dtsi | 4 * 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/ |
D | microchip,mpfs-mailbox.yaml | 4 # 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/ |
D | st,stm32-hsem-mailbox.yaml | 2 # 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/ |
D | mt8186_adsp.dts | 2 * 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/ |
D | mt8188_adsp.dts | 2 * 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/ |
D | mbox.h | 3 * @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/ |
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 4 * 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 …]
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 4 * 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 …]
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 4 * 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 …]
|
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 4 * 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/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 4 * 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/ |
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 4 * 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 …]
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 4 * 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 …]
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 4 * 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 …]
|
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 4 * 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/ |
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 4 * 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 …]
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 4 * 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 …]
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 4 * 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 …]
|
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 4 * 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/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 4 * 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/ |
D | arm,scmi.yaml | 2 # 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/ |
D | mt8195_adsp.dts | 2 * 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/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 4 * 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/ |
D | vnd,mbox.yaml | 2 # 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/ |
D | mt8196_adsp.dts | 2 * 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