manifest: Adding nRF Services library
Adding nRF Services library to the hal-nordic repo Signed-off-by: Rafal Dyla <rafal.dyla@nordicsemi.no>
This commit is contained in:
parent
557ad8e45c
commit
13aa26eac2
18 changed files with 1368 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
shared_ram20_region: memory@2f88f000 {
|
||||
compatible = "nordic,owned-memory";
|
||||
reg = <0x2f88f000 DT_SIZE_K(4)>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
perm-read;
|
||||
perm-write;
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
sw1 = &button1;
|
||||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
ipc-to-cpusys = &cpuapp_cpusys_ipc;
|
||||
};
|
||||
|
||||
buttons {
|
||||
|
@ -117,6 +118,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&cpusys_vevif {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cpusec_cpuapp_ipc {
|
||||
mbox-names = "tx", "rx";
|
||||
tx-region = <&cpuapp_cpusec_ipc_shm>;
|
||||
|
@ -133,6 +138,7 @@ ipc0: &cpuapp_cpurad_ipc {
|
|||
};
|
||||
|
||||
&cpuapp_cpusys_ipc {
|
||||
status = "okay";
|
||||
mbox-names = "rx", "tx";
|
||||
tx-region = <&cpuapp_cpusys_ipc_shm>;
|
||||
rx-region = <&cpusys_cpuapp_ipc_shm>;
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
zephyr,bt-hci-ipc = &ipc0;
|
||||
nordic,802154-spinel-ipc = &ipc0;
|
||||
};
|
||||
aliases {
|
||||
ipc-to-cpusys = &cpurad_cpusys_ipc;
|
||||
};
|
||||
};
|
||||
|
||||
&shared_ram3x_region {
|
||||
|
@ -51,6 +54,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&cpusys_vevif {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cpusec_cpurad_ipc {
|
||||
mbox-names = "tx", "rx";
|
||||
tx-region = <&cpurad_cpusec_ipc_shm>;
|
||||
|
@ -67,6 +74,7 @@ ipc0: &cpuapp_cpurad_ipc {
|
|||
};
|
||||
|
||||
&cpurad_cpusys_ipc {
|
||||
status = "okay";
|
||||
mbox-names = "rx", "tx";
|
||||
tx-region = <&cpurad_cpusys_ipc_shm>;
|
||||
rx-region = <&cpusys_cpurad_ipc_shm>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue