diff --git a/tests/drivers/build_all/gpio/app.overlay b/tests/drivers/build_all/gpio/app.overlay index e023736fe33..c834f27621f 100644 --- a/tests/drivers/build_all/gpio/app.overlay +++ b/tests/drivers/build_all/gpio/app.overlay @@ -443,8 +443,8 @@ #gpio-cells = <2>; }; - test_spi_max14906: max14906@5 { - compatible = "adi,max1906-gpio"; + test_spi_max14906: max14906@6 { + compatible = "adi,max14906-gpio"; status = "okay"; reg = <0x06>; spi-max-frequency = <0>; @@ -463,8 +463,8 @@ en-gpios = <&test_gpio 0 0>; }; - test_spi_max14916: max14916@6 { - compatible = "adi,max1916-gpio"; + test_spi_max14916: max14916@7 { + compatible = "adi,max14916-gpio"; status = "okay"; reg = <0x07>; spi-max-frequency = <0>;