zephyr/tests
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
..
application_development boards: mimxrt1060_evk: Convert to variants 2024-12-20 22:59:59 +01:00
arch tests: arm: remove GNUC ifdef 2024-12-19 04:18:48 +01:00
benchmarks tests: latency_measure: Update README.txt 2024-12-20 23:51:02 +02:00
bluetooth tests: Bluetooth: Tester: More logging and verification for ISO RX 2024-12-27 14:09:29 +01:00
boards tests: add missing CONFIG_GPIO=y 2024-12-20 03:17:25 +01:00
boot tests: boot: mcuboot_recovery_retention: Fix testcase 2024-12-29 05:59:37 +01:00
bsim tests: Bluetooth: BAP: Fix test wrt stream args to broadcast_source 2024-12-28 11:05:27 +00:00
cmake tests: cmake: snippets: Exclude sysbuild 2024-12-27 07:18:13 +01:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
drivers dts: ite: refactor the it8801 template hierarchy 2024-12-31 19:45:49 +01:00
integration/kernel
kconfig
kernel kernel: Add tests for k_heap_calloc 2024-12-30 17:32:03 +01:00
lib tests: fix zephyr/drivers/gpio.h usage 2024-12-20 03:17:25 +01:00
misc tests: misc: test_build: add testcase for LTO with picolibc module 2024-12-23 22:00:53 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net net: lwm2m: Convert tickeless to use eventfd() 2024-12-24 13:54:39 +01:00
posix tests: posix: common: separate xsi_threads_ext into standalone test 2024-12-17 09:48:49 +01:00
robot
subsys tests: subsys: fs: Support tests/subsys/fs on RA8 boards 2024-12-25 06:33:12 +01:00
unit tests: fix various unit tests warnings 2024-12-16 20:48:56 +01:00
ztest arch: deprecate _current 2024-11-23 20:12:24 -05:00
test_config.yaml