tests: drivers: gpio: add TLE9104 to the build_all tests
Add an instance of the TLE9104 to the build_all tests. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
bfb8eda025
commit
003c132de6
1 changed files with 11 additions and 0 deletions
|
@ -258,6 +258,17 @@
|
||||||
ngpios = <8>;
|
ngpios = <8>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test_spi_tle9104: tle9104@4 {
|
||||||
|
compatible = "infineon,tle9104";
|
||||||
|
spi-max-frequency = <0>;
|
||||||
|
reg = <0x04>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
ngpios = <4>;
|
||||||
|
resn-gpios = <&test_gpio 0 0>;
|
||||||
|
en-gpios = <&test_gpio 0 0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue