tests: drivers: build_all: eeprom: use unique SPI CS lines

Use unique SPI CS lines in the EEPROM build-all test.

Fixes: #83696

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2025-01-09 12:32:13 +01:00 committed by Benjamin Cabé
parent 01252ad877
commit 557515884b

View file

@ -93,9 +93,9 @@
/* read-only; */ /* read-only; */
}; };
test_spi_mb85rsxx: mb85rsxx@0 { test_spi_mb85rsxx: mb85rsxx@1 {
compatible = "fujitsu,mb85rsxx"; compatible = "fujitsu,mb85rsxx";
reg = <0x0>; reg = <0x1>;
spi-max-frequency = <DT_FREQ_M(25)>; spi-max-frequency = <DT_FREQ_M(25)>;
size = <DT_SIZE_K(128)>; size = <DT_SIZE_K(128)>;
}; };