Lines Matching +full:tx +full:- +full:region
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "nrf9280pdk_nrf9280-memory_map.dtsi"
11 #include "nrf9280pdk_nrf9280-ipc_conf.dtsi"
12 #include "nrf9280pdk_nrf9280-pinctrl.dtsi"
14 /delete-node/ &cpuapp_cpuppr_ipc;
15 /delete-node/ &cpuapp_cpusys_ipc;
16 /delete-node/ &cpusec_cpuapp_ipc;
19 compatible = "nordic,nrf9280pdk_nrf9280-cpurad";
24 zephyr,code-partition = &cpurad_slot0_partition;
27 zephyr,shell-uart = &uart135;
29 zephyr,bt-hci-ipc = &ipc0;
30 nordic,802154-spinel-ipc = &ipc0;
33 ipc-to-cpusys = &cpurad_cpusys_ipc;
45 interrupt-names = "irq0";
47 * - Bell 0: cpusec
48 * - Bell 6: cpusys
49 * - Bell 12: cpuapp
51 nordic,interrupt-mapping = <0x00001041 0>;
63 mbox-names = "tx", "rx";
64 tx-region = <&cpurad_cpusec_ipc_shm>;
65 rx-region = <&cpusec_cpurad_ipc_shm>;
70 mbox-names = "tx", "rx";
71 tx-region = <&cpurad_cpuapp_ipc_shm>;
72 rx-region = <&cpuapp_cpurad_ipc_shm>;
73 tx-blocks = <32>;
74 rx-blocks = <32>;
79 mbox-names = "rx", "tx";
80 tx-region = <&cpurad_cpusys_ipc_shm>;
81 rx-region = <&cpusys_cpurad_ipc_shm>;
98 memory-regions = <&cpurad_dma_region>;
99 current-speed = <115200>;
100 pinctrl-0 = <&uart135_default>;
101 pinctrl-1 = <&uart135_sleep>;
102 pinctrl-names = "default", "sleep";
106 current-speed = <115200>;
107 pinctrl-0 = <&uart136_default>;
108 pinctrl-1 = <&uart136_sleep>;
109 pinctrl-names = "default", "sleep";