Commit 25b66c97 authored by Matthias Alleman's avatar Matthias Alleman Committed by Benjamin Cabé
Browse files

tests: drivers: build_all: input: add cy8cmbr3xxx test



Add test for cy8cmbr3xxx input driver.

Signed-off-by: default avatarMatthias Alleman <matthias.alleman@basalte.be>
parent d0e98b24
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -273,6 +273,16 @@
				reg = <0xa>;
				compatible= "nintendo,nunchuk";
			};

			cy8cmbr3xxx@b {
				compatible = "cypress,cy8cmbr3xxx";
				status= "okay";
				reg = <0xb>;
				int-gpios = <&test_gpio 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
				rst-gpios = <&test_gpio 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
				input-codes = <0 1 2 3 4 5 6 7>;
				proximity-codes = <8>;
			};
		};

		spi@2 {