zephyr/tests/drivers/build_all/input
Fabio Baltieri b716b0672d dts: ite: refactor the it8801 template hierarchy
The it8801 template is helpful but in the current state it does not
allow changing the device address as that is in the template itself. Fix
that by moving the template content down a level in the hierarchy, so
that it extends the mfd device itself rather than than instantiate it,
then the base instance can have any address, now the only limitation is
that only one instance is possible, but that is probably alright for
now.

Alternatives would be to use a define for the address, or even a
template per address, but this feels like a better compromise for now.
This may also use
https://github.com/zephyrproject-rtos/zephyr/pull/82825 in the future if
that ever becomes a thing.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-12-31 19:45:49 +01:00
..
src
app.overlay test/driver/build_all: Modify the dts configure example of board for it8801 2024-12-20 12:36:21 +01:00
CMakeLists.txt
it82xx2_evb.overlay dts: ite: refactor the it8801 template hierarchy 2024-12-31 19:45:49 +01:00
prj.conf tests: drivers: build_all: input: Add config for futaba,sbus 2024-10-02 09:50:22 +02:00
testcase.yaml tests: drivers: build_all: input: Add adc-keys 2024-02-26 11:35:19 +00:00