zephyr/tests/drivers
Kumar Gala 94322e503c sensor: ak8975: Convert to DTS
Convert ak8975 sensor driver to utilize device tree.

This also supports the ak8975 embedded in a invensense MPU9150.  In such
a case the device tree node should look something like, where the ak8975
is a child of the mpu9150.

        mpu9150@68 {
                compatible = "invensense,mpu9150";
                reg = <0x68>;
                label = "mpu9150";
                #address-cells = <1>;
                #size-cells = <0>;
                ak8975@c {
                        compatible = "asahi-kasei,ak8975";
                        reg = <0xc>;
                        label = "ak8975";
                };
        };

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-10 14:13:40 -05:00
..
adc/adc_api tests: drivers: adc: Add support to samv71 soc 2020-02-04 14:01:55 -05:00
build_all sensor: ak8975: Convert to DTS 2020-03-10 14:13:40 -05:00
can
clock_control drivers: clock_control: Add subsys argument to the callback 2020-02-05 17:07:01 +01:00
counter tests: counter: Extend counter_basic_api timeout 2020-02-12 14:31:14 +02:00
dma
eeprom global: Fix up leading/trailing blank lines in files 2020-01-27 17:41:55 -06:00
entropy/api tests: tags: Add entropy and random tags 2020-01-28 09:37:51 -05:00
flash_simulator
gpio tests: gpio_basic_api: fix filter to exclude boards without overlay 2020-02-12 17:40:04 +02:00
hwinfo/api tests: hwinfo: Make the tests depending on HWINFO_HAS_DRIVER 2020-02-27 21:14:54 +01:00
i2c
i2s
ipm
kscan/kscan_api drivers: kscan: Extend callback arguments to 32-bits 2020-02-01 08:50:16 -05:00
pwm/pwm_api
spi/spi_loopback
uart tests: drivers: uart: config api 2020-03-10 14:41:36 +02:00
watchdog/wdt_basic_api samples: tests: don't disable watchdog when it is used 2020-03-04 18:25:04 +02:00