/linux-6.14.4/Documentation/devicetree/bindings/iio/accel/ |
D | bosch,bma255.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bma255.yaml# 7 title: Bosch BMA255 and Similar Accelerometers 21 - bosch,bma222 22 - bosch,bma222e 23 - bosch,bma250e 24 - bosch,bma253 25 - bosch,bma254 26 - bosch,bma255 27 - bosch,bma280 28 - bosch,bmc150_accel [all …]
|
D | bosch,bmi088.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bmi088.yaml# 7 title: Bosch BMI088 IMU accelerometer part 15 https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf 20 - bosch,bmi085-accel 21 - bosch,bmi088-accel 22 - bosch,bmi090l-accel 63 compatible = "bosch,bmi088-accel";
|
D | bosch,bma400.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bma400.yaml# 7 title: Bosch BMA400 triaxial acceleration sensor 16 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf 21 - bosch,bma400 49 compatible = "bosch,bma400";
|
D | bosch,bma220.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bma220.yaml# 7 title: Bosch BMA220 Trixial Acceleration Sensor 15 - bosch,bma220 44 compatible = "bosch,bma220";
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/pressure/ |
D | bmp085.yaml | 16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180 17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280 18 https://www.bosch-sensortec.com/bst/products/all_products/bme280 19 https://www.bosch-sensortec.com/bst/products/all_products/bmp380 20 https://www.bosch-sensortec.com/bst/products/all_products/bmp580 25 - bosch,bmp085 26 - bosch,bmp180 27 - bosch,bmp280 28 - bosch,bme280 29 - bosch,bmp380 [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 1 Memory mapped Bosch CC770 and Intel AN82527 CAN controller 3 Note: The CC770 is a CAN controller from Bosch, which is 100% 8 - compatible : should be "bosch,cc770" for the CC770 and "intc,82527" 19 - bosch,external-clock-frequency : frequency of the external oscillator 24 - bosch,clock-out-frequency : slock frequency in Hz on the CLKOUT pin. 28 - bosch,slew-rate : slew rate of the CLKOUT signal. If not specified, 31 - bosch,disconnect-rx0-input : see data sheet. 33 - bosch,disconnect-rx1-input : see data sheet. 35 - bosch,disconnect-tx1-output : see data sheet. 37 - bosch,polarity-dominant : see data sheet. [all …]
|
D | bosch,m_can.yaml | 4 $id: http://devicetree.org/schemas/net/can/bosch,m_can.yaml# 7 title: Bosch MCAN controller 9 description: Bosch MCAN controller for CAN bus 19 const: bosch,m_can 53 bosch,mram-cfg: 78 Please refer to 2.4.1 Message RAM Configuration in Bosch 131 - bosch,mram-cfg 140 compatible = "bosch,m_can"; 148 bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>; 159 compatible = "bosch,m_can"; [all …]
|
D | bosch,c_can.yaml | 4 $id: http://devicetree.org/schemas/net/can/bosch,c_can.yaml# 7 title: Bosch C_CAN/D_CAN controller 9 description: Bosch C_CAN/D_CAN controller for CAN bus 21 - bosch,c_can 22 - bosch,d_can 78 - bosch,d_can 102 compatible = "bosch,d_can";
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/magnetometer/ |
D | bosch,bmc150_magn.yaml | 4 $id: http://devicetree.org/schemas/iio/magnetometer/bosch,bmc150_magn.yaml# 7 title: Bosch BMC150 magnetometer sensor 17 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf 25 - bosch,bmc150_magn 26 - bosch,bmc156_magn 27 - bosch,bmm150 28 - bosch,bmm150_magn 55 compatible = "bosch,bmc150_magn";
|
/linux-6.14.4/drivers/net/can/m_can/ |
D | Kconfig | 3 tristate "Bosch M_CAN support" 6 Say Y here if you want support for Bosch M_CAN controller framework. 7 This is common support for devices that embed the Bosch M_CAN IP. 15 Say Y here if you want to support Bosch M_CAN controller connected 19 tristate "Bosch M_CAN support for io-mapped devices" 22 Say Y here if you want support for IO Mapped Bosch M_CAN controller. 23 This support is for devices that have the Bosch M_CAN controller
|
/linux-6.14.4/drivers/net/can/cc770/ |
D | cc770_platform.c | 26 * compatible = "bosch,cc770"; 30 * bosch,external-clock-frequency = <16000000>; 76 of_property_read_u32(np, "bosch,external-clock-frequency", &clkext); in cc770_get_of_node_data() 89 if (of_property_read_bool(np, "bosch,divide-memory-clock")) in cc770_get_of_node_data() 91 if (of_property_read_bool(np, "bosch,iso-low-speed-mux")) in cc770_get_of_node_data() 94 if (!of_property_read_bool(np, "bosch,no-comperator-bypass")) in cc770_get_of_node_data() 96 if (of_property_read_bool(np, "bosch,disconnect-rx0-input")) in cc770_get_of_node_data() 98 if (of_property_read_bool(np, "bosch,disconnect-rx1-input")) in cc770_get_of_node_data() 100 if (of_property_read_bool(np, "bosch,disconnect-tx1-output")) in cc770_get_of_node_data() 102 if (of_property_read_bool(np, "bosch,polarity-dominant")) in cc770_get_of_node_data() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/imu/ |
D | bosch,bmi160.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bmi160.yaml# 7 title: Bosch BMI160 15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160 20 - const: bosch,bmi160 22 - const: bosch,bmi120 23 - const: bosch,bmi160 72 compatible = "bosch,bmi160"; 92 compatible = "bosch,bmi160";
|
D | bosch,smi240.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/bosch,smi240.yaml# 7 title: Bosch smi240 imu 10 - Jianping Shen <Jianping.Shen@de.bosch.com> 15 https://www.bosch-semiconductors.com/mems-sensors/highly-automated-driving/smi240/ 19 const: bosch,smi240 45 compatible = "bosch,smi240";
|
D | bosch,bno055.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bno055.yaml# 7 title: Bosch BNO055 15 https://www.bosch-sensortec.com/products/smart-sensors/bno055/ 20 - bosch,bno055 41 compatible = "bosch,bno055"; 54 compatible = "bosch,bno055";
|
D | bosch,bmi270.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bmi270.yaml# 7 title: Bosch BMI270 6-Axis IMU 17 https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/ 22 - bosch,bmi260 23 - bosch,bmi270 72 compatible = "bosch,bmi270";
|
/linux-6.14.4/drivers/iio/pressure/ |
D | bmp280-i2c.c | 30 { .compatible = "bosch,bmp085", .data = &bmp085_chip_info }, 31 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, 32 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 33 { .compatible = "bosch,bme280", .data = &bme280_chip_info }, 34 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info }, 35 { .compatible = "bosch,bmp580", .data = &bmp580_chip_info }, 63 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
D | bmp280-spi.c | 117 { .compatible = "bosch,bmp085", .data = &bmp085_chip_info }, 118 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, 119 { .compatible = "bosch,bmp181", .data = &bmp180_chip_info }, 120 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 121 { .compatible = "bosch,bme280", .data = &bme280_chip_info }, 122 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info }, 123 { .compatible = "bosch,bmp580", .data = &bmp580_chip_info },
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/gyroscope/ |
D | bosch,bmg160.yaml | 4 $id: http://devicetree.org/schemas/iio/gyroscope/bosch,bmg160.yaml# 7 title: Bosch BMG160 triaxial rotation sensor (gyroscope) 15 - bosch,bmg160 16 - bosch,bmi055_gyro 17 - bosch,bmi088_gyro 51 compatible = "bosch,bmg160";
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/chemical/ |
D | bosch,bme680.yaml | 4 $id: http://devicetree.org/schemas/iio/chemical/bosch,bme680.yaml# 7 title: Bosch BME680 Gas sensor 16 https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme680-ds001.pdf 20 const: bosch,bme680 44 compatible = "bosch,bme680"; 56 compatible = "bosch,bme680";
|
/linux-6.14.4/drivers/iio/accel/ |
D | bmc150-accel-i2c.c | 3 * 3-axis accelerometer driver supporting many I2C Bosch-Sensortec chips 230 * of the ASUS ROG ALLY and Ayaneo AIR Plus which both use a Bosch 264 { .compatible = "bosch,bma222" }, 265 { .compatible = "bosch,bma222e" }, 266 { .compatible = "bosch,bma250e" }, 267 { .compatible = "bosch,bma253" }, 268 { .compatible = "bosch,bma254" }, 269 { .compatible = "bosch,bma255" }, 270 { .compatible = "bosch,bma280" }, 271 { .compatible = "bosch,bmc150_accel" }, [all …]
|
/linux-6.14.4/arch/powerpc/boot/dts/ |
D | tqm8xx.dts | 74 bosch,external-clock-frequency = <16000000>; 75 bosch,disconnect-rx1-input; 76 bosch,disconnect-tx1-output; 77 bosch,iso-low-speed-mux; 78 bosch,clock-out-frequency = <16000000>; 86 bosch,external-clock-frequency = <16000000>; 87 bosch,disconnect-rx1-input; 88 bosch,disconnect-tx1-output; 89 bosch,iso-low-speed-mux;
|
/linux-6.14.4/drivers/iio/imu/bno055/ |
D | Kconfig | 9 tristate "Bosch BNO055 attached via UART" 14 Enable this to support Bosch BNO055 IMUs attached via UART. 20 tristate "Bosch BNO055 attached via I2C bus" 25 Enable this to support Bosch BNO055 IMUs attached via I2C bus.
|
/linux-6.14.4/drivers/iio/magnetometer/ |
D | bmc150_magn_i2c.c | 3 * 3-axis magnetometer driver supporting following I2C Bosch-Sensortec chips: 50 { .compatible = "bosch,bmc150_magn" }, 51 { .compatible = "bosch,bmc156_magn" }, 52 { .compatible = "bosch,bmm150_magn" }, /* deprecated compatible */ 53 { .compatible = "bosch,bmm150" },
|
/linux-6.14.4/drivers/iio/imu/bmi270/ |
D | Kconfig | 12 tristate "Bosch BMI270 I2C driver" 17 Enable support for the Bosch BMI270 6-Axis IMU connected to I2C 24 tristate "Bosch BMI270 SPI driver" 29 Enable support for the Bosch BMI270 6-Axis IMU connected to SPI
|
/linux-6.14.4/drivers/iio/imu/bmi323/ |
D | Kconfig | 12 tristate "Bosch BMI323 I2C driver" 17 Enable support for the Bosch BMI323 6-Axis IMU connected to I2C 24 tristate "Bosch BMI323 SPI driver" 29 Enable support for the Bosch BMI323 6-Axis IMU connected to SPI
|