mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:33:00 +00:00
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> |
||
---|---|---|
.. | ||
adc/adc_api | ||
build_all | ||
can | ||
clock_control | ||
counter | ||
dma | ||
eeprom | ||
entropy/api | ||
flash_simulator | ||
gpio | ||
hwinfo/api | ||
i2c | ||
i2s | ||
ipm | ||
kscan/kscan_api | ||
pwm/pwm_api | ||
spi/spi_loopback | ||
uart | ||
watchdog/wdt_basic_api |