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:
parent
06eaf05bc8
commit
0845fbda7f
1 changed files with 13 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue