Commit 9473e323 authored by Jakub Zymelka's avatar Jakub Zymelka Committed by Anas Nashif
Browse files

dts: nordic: Align boards dts to new VEVIF, BELLBOARD nomenclature



After changing the VEVIF and BELLBOARD names,
the dts for the individual boards must be aligned.

Signed-off-by: default avatarJakub Zymelka <jakub.zymelka@nordicsemi.no>
parent 8091e938
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
cpu: &cpuapp {};
systick: &cpuapp_systick {};
nvic: &cpuapp_nvic {};
cpuppr_vevif: &cpuppr_vevif_remote {};
cpusys_vevif: &cpusys_vevif_remote {};
cpuppr_vevif: &cpuppr_vevif_tx {};
cpusys_vevif: &cpusys_vevif_tx {};
wdt010: &cpuapp_wdt010 {};
wdt011: &cpuapp_wdt011 {};

@@ -34,15 +34,15 @@ wdt011: &cpuapp_wdt011 {};
};

&cpusec_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&cpuapp_bellboard {
	compatible = "nordic,nrf-bellboard-local";
	compatible = "nordic,nrf-bellboard-rx";
};

&cpurad_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&gpiote130 {
+5 −5
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
cpu: &cpurad {};
systick: &cpurad_systick {};
nvic: &cpurad_nvic {};
cpuppr_vevif: &cpuppr_vevif_remote {};
cpusys_vevif: &cpusys_vevif_remote {};
cpuppr_vevif: &cpuppr_vevif_tx {};
cpusys_vevif: &cpusys_vevif_tx {};
wdt010: &cpurad_wdt010 {};
wdt011: &cpurad_wdt011 {};

@@ -34,15 +34,15 @@ wdt011: &cpurad_wdt011 {};
};

&cpusec_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&cpuapp_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&cpurad_bellboard {
	compatible = "nordic,nrf-bellboard-local";
	compatible = "nordic,nrf-bellboard-rx";
};

&gpiote130 {
+6 −6
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@
			riscv,isa = "rv32emc";
			nordic,bus-width = <32>;

			cpuppr_vevif_local: mailbox {
				compatible = "nordic,nrf-vevif-local";
			cpuppr_vevif_rx: mailbox {
				compatible = "nordic,nrf-vevif-task-rx";
				status = "disabled";
				interrupt-parent = <&cpuppr_clic>;
				interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>,
@@ -412,8 +412,8 @@
				status = "disabled";
			};

			cpusys_vevif_remote: mailbox@8c8000 {
				compatible = "nordic,nrf-vevif-remote";
			cpusys_vevif_tx: mailbox@8c8000 {
				compatible = "nordic,nrf-vevif-task-tx";
				reg = <0x8c8000 0x1000>;
				status = "disabled";
				#mbox-cells = <1>;
@@ -517,8 +517,8 @@
				#size-cells = <1>;
				ranges = <0x0 0x908000 0x4000>;

				cpuppr_vevif_remote: mailbox@0 {
					compatible = "nordic,nrf-vevif-remote";
				cpuppr_vevif_tx: mailbox@0 {
					compatible = "nordic,nrf-vevif-task-tx";
					reg = <0x0 0x1000>;
					status = "disabled";
					#mbox-cells = <1>;
+5 −5
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@

cpu: &cpuppr {};
clic: &cpuppr_clic {};
cpuppr_vevif: &cpuppr_vevif_local {};
cpusys_vevif: &cpusys_vevif_remote {};
cpuppr_vevif: &cpuppr_vevif_rx {};
cpusys_vevif: &cpusys_vevif_tx {};

/delete-node/ &cpuapp;
/delete-node/ &cpuapp_peripherals;
@@ -33,15 +33,15 @@ cpusys_vevif: &cpusys_vevif_remote {};
};

&cpusec_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&cpuapp_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&cpurad_bellboard {
	compatible = "nordic,nrf-bellboard-remote";
	compatible = "nordic,nrf-bellboard-tx";
};

&gpiote130 {