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:
parent
01252ad877
commit
557515884b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue