zephyr/samples/subsys
Andrzej Głąbek 79cc5a96bd dts: nrf5340: Use dual compatible property for mbox nodes
This is a follow-up to commit cf6a58d3f6.

Restore the "nordic,nrf-ipc" compatible property in mbox nodes for both
nRF5340 cores and use it together with the new "nordic,mbox-nrf-ipc"
one. This way either the MBOX or the IPM driver can be used for these
nodes without further modifications. This eliminates the need to use
overlays in quite a few cases, so remove all those no longer needed
ones (which are also a bit confusing now as they refer to no longer
existing ipc@2a000 and ipc@41012000 nodes).

Restore also the ipc node label removed in the commit mentioned above,
as the label is used in validation of base addresses of nRF DT nodes.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-04-02 15:14:38 +02:00
..
audio/sof sof: disable the System Agent 2022-03-16 18:33:58 -04:00
canbus everywhere: fix typos 2022-03-18 13:24:08 -04:00
console samples: subsys: console: Fix typo in README file 2022-03-21 17:55:08 +01:00
cpp tests and samples: Don't build some C++ tests under XCC 2022-02-21 19:37:54 -05:00
debug samples: debug/gdbstub: update instructions to run 2021-11-30 15:24:00 -05:00
display tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
edac cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs fs: littlefs: sample: Generate fname[12] strings after mount 2022-03-15 10:01:54 +01:00
ipc dts: nrf5340: Use dual compatible property for mbox nodes 2022-04-02 15:14:38 +02:00
logging samples: logging/syst: add README 2022-04-01 13:29:45 +02:00
lorawan/class_a samples: prefix should be sample, not samples 2022-03-18 10:50:57 -04:00
mgmt samples: subsys: mgmt: smp_svr: Fix dupicate fs mgmt registration 2022-03-24 11:56:48 +01:00
modbus modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
nvs samples: subsys: nvs: use nvs_mount 2022-03-01 12:46:34 +01:00
pm/device_pm everywhere: fix typos 2022-03-18 13:24:08 -04:00
portability samples: fix wrong extra_args definitions 2022-01-04 17:15:06 -05:00
settings everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell everywhere: fix typos 2022-03-18 13:24:08 -04:00
task_wdt samples: task_wdt: Increase min watchdog timeout 2022-02-09 14:07:26 -06:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
tracing everywhere: fix typos 2022-03-18 13:24:08 -04:00
usb usb: dfu: update sample README 2022-03-31 15:33:16 +02:00
video cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys.rst