soc: arm: nrf5340: remove DTS nodes for non-functional devices
Several peripherals are non-functional in the ENG_A revision of nRF5340 (Application MCU) so we delete the corresponding DTS nodes in the device description. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
c6c978ad19
commit
619a498845
3 changed files with 21 additions and 8 deletions
|
@ -104,14 +104,6 @@
|
||||||
ch0-pin = <28>;
|
ch0-pin = <28>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&spi2 {
|
|
||||||
compatible = "nordic,nrf-spim";
|
|
||||||
status = "okay";
|
|
||||||
sck-pin = <47>;
|
|
||||||
miso-pin = <46>;
|
|
||||||
mosi-pin = <45>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&timer0 {
|
&timer0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -20,3 +20,11 @@
|
||||||
zephyr,sram-non-secure-partition = &sram0_ns;
|
zephyr,sram-non-secure-partition = &sram0_ns;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&spi2 {
|
||||||
|
compatible = "nordic,nrf-spim";
|
||||||
|
status = "okay";
|
||||||
|
sck-pin = <47>;
|
||||||
|
miso-pin = <46>;
|
||||||
|
mosi-pin = <45>;
|
||||||
|
};
|
||||||
|
|
|
@ -24,3 +24,16 @@
|
||||||
compatible = "nordic,nRF5340-CPUAPP-QKAA", "nordic,nRF5340-CPUAPP", "nordic,nRF53", "simple-bus";
|
compatible = "nordic,nRF5340-CPUAPP-QKAA", "nordic,nRF5340-CPUAPP", "nordic,nRF53", "simple-bus";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Several peripherals are not functional on ENG_A revision
|
||||||
|
* so we delete the corresponding DTS nodes.
|
||||||
|
*/
|
||||||
|
/delete-node/ &i2c2;
|
||||||
|
/delete-node/ &i2c3;
|
||||||
|
/delete-node/ &spi2;
|
||||||
|
/delete-node/ &spi3;
|
||||||
|
/delete-node/ &uart2;
|
||||||
|
/delete-node/ &uart3;
|
||||||
|
/delete-node/ &pwm3;
|
||||||
|
/delete-node/ &wdt1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue