tests: drivers: spi: nordic: add device PM runtime
Add configuration for testing SPI with device runtime PM enabled for nRF platforms. Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no> Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
parent
e8a327329a
commit
7635455f15
13 changed files with 33 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
overrun-character = <0x00>;
|
||||
rx-delay = <1>;
|
||||
cs-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
zephyr,pm-device-runtime-auto;
|
||||
slow@0 {
|
||||
compatible = "test-spi-loopback-slow";
|
||||
reg = <0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue