tests: drivers: build_all: ieee802154: remove mcr20a from spi.dtsi
This driver can't be compiled on all platforms as it's a NXP specific driver (requires NXP HAL). Because spi.dtsi file is used by app.overlay (and so enabled in multiple configs, including native_posix) it needs to be removed. Note that MCR20A driver is already covered by the ieee802154.build.mcr20a test case, which runs specifically on a NXP board. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
61361e870b
commit
54ebcf7318
1 changed files with 0 additions and 9 deletions
|
@ -37,15 +37,6 @@ test_spi_dw1000: dw1000@2 {
|
|||
status= "okay";
|
||||
};
|
||||
|
||||
test_spi_mcr20a: mcr20a@3 {
|
||||
compatible = "nxp,mcr20a";
|
||||
reg = <0x3>;
|
||||
spi-max-frequency = <0>;
|
||||
irqb-gpios = <&test_gpio 0 0>;
|
||||
reset-gpios = <&test_gpio 0 0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
test_spi_rf2xx: rf2xx@4 {
|
||||
compatible = "atmel,rf2xx";
|
||||
reg = <0x4>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue