tests: drivers: build_all: w1: Add zephyr,w1-serial to build test

Add configuration for `zephyr,w1-serial` to enable build test

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-09-27 10:44:35 +09:00 committed by Carles Cufí
commit 0845fbda7f

View file

@ -28,6 +28,19 @@
gpios = <&test_gpio 0 0>;
};
test_uart: uart@55556666 {
compatible = "vnd,serial";
reg = <0x55556666 0x1000>;
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
test_uart_w1_serial: w1_serial {
compatible = "zephyr,w1-serial";
};
};
test_i2c: i2c@11112222 {
#address-cells = <1>;
#size-cells = <0>;