/Linux-v6.1/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-v6.1/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 Bindings 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 129 - bosch,mram-cfg 137 compatible = "bosch,m_can"; 145 bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>;
|
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 Device Tree Bindings 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-v6.1/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 24 - bosch,bmp085 25 - bosch,bmp180 26 - bosch,bmp280 27 - bosch,bme280 28 - bosch,bmp380 67 compatible = "bosch,bmp085";
|
/Linux-v6.1/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 52 compatible = "bosch,bmc150_magn";
|
/Linux-v6.1/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-v6.1/drivers/net/can/cc770/ |
D | cc770_platform.c | 26 * compatible = "bosch,cc770"; 30 * bosch,external-clock-frequency = <16000000>; 78 prop = of_get_property(np, "bosch,external-clock-frequency", in cc770_get_of_node_data() 96 if (of_get_property(np, "bosch,divide-memory-clock", NULL)) in cc770_get_of_node_data() 98 if (of_get_property(np, "bosch,iso-low-speed-mux", NULL)) in cc770_get_of_node_data() 101 if (!of_get_property(np, "bosch,no-comperator-bypass", NULL)) in cc770_get_of_node_data() 103 if (of_get_property(np, "bosch,disconnect-rx0-input", NULL)) in cc770_get_of_node_data() 105 if (of_get_property(np, "bosch,disconnect-rx1-input", NULL)) in cc770_get_of_node_data() 107 if (of_get_property(np, "bosch,disconnect-tx1-output", NULL)) in cc770_get_of_node_data() 109 if (of_get_property(np, "bosch,polarity-dominant", NULL)) in cc770_get_of_node_data() [all …]
|
/Linux-v6.1/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 45 compatible = "bosch,bmg160";
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/imu/ |
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,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 19 const: bosch,bmi160 67 compatible = "bosch,bmi160"; 87 compatible = "bosch,bmi160";
|
/Linux-v6.1/drivers/iio/pressure/ |
D | bmp280-i2c.c | 43 { .compatible = "bosch,bmp085", .data = (void *)BMP180_CHIP_ID }, 44 { .compatible = "bosch,bmp180", .data = (void *)BMP180_CHIP_ID }, 45 { .compatible = "bosch,bmp280", .data = (void *)BMP280_CHIP_ID }, 46 { .compatible = "bosch,bme280", .data = (void *)BME280_CHIP_ID }, 47 { .compatible = "bosch,bmp380", .data = (void *)BMP380_CHIP_ID }, 74 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
D | bmp280-spi.c | 93 { .compatible = "bosch,bmp085", }, 94 { .compatible = "bosch,bmp180", }, 95 { .compatible = "bosch,bmp181", }, 96 { .compatible = "bosch,bmp280", }, 97 { .compatible = "bosch,bme280", }, 98 { .compatible = "bosch,bmp380", },
|
/Linux-v6.1/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;
|
D | tqm8548.dts | 388 compatible = "bosch,cc770"; // Bosch CC770 392 bosch,external-clock-frequency = <16000000>; 393 bosch,disconnect-rx1-input; 394 bosch,disconnect-tx1-output; 395 bosch,iso-low-speed-mux; 396 bosch,clock-out-frequency = <16000000>; 400 compatible = "bosch,cc770"; // Bosch CC770 404 bosch,external-clock-frequency = <16000000>; 405 bosch,disconnect-rx1-input; 406 bosch,disconnect-tx1-output; [all …]
|
D | tqm8548-bigflash.dts | 388 compatible = "bosch,cc770"; // Bosch CC770 392 bosch,external-clock-frequency = <16000000>; 393 bosch,disconnect-rx1-input; 394 bosch,disconnect-tx1-output; 395 bosch,iso-low-speed-mux; 396 bosch,clock-out-frequency = <16000000>; 400 compatible = "bosch,cc770"; // Bosch CC770 404 bosch,external-clock-frequency = <16000000>; 405 bosch,disconnect-rx1-input; 406 bosch,disconnect-tx1-output; [all …]
|
/Linux-v6.1/drivers/iio/accel/ |
D | bmc150-accel-i2c.c | 3 * 3-axis accelerometer driver supporting many I2C Bosch-Sensortec chips 251 { .compatible = "bosch,bma222" }, 252 { .compatible = "bosch,bma222e" }, 253 { .compatible = "bosch,bma250e" }, 254 { .compatible = "bosch,bma253" }, 255 { .compatible = "bosch,bma254" }, 256 { .compatible = "bosch,bma255" }, 257 { .compatible = "bosch,bma280" }, 258 { .compatible = "bosch,bmc150_accel" }, 259 { .compatible = "bosch,bmc156_accel" }, [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-j721s2-main.dtsi | 690 compatible = "bosch,m_can"; 700 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 704 compatible = "bosch,m_can"; 714 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 718 compatible = "bosch,m_can"; 728 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 732 compatible = "bosch,m_can"; 742 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 746 compatible = "bosch,m_can"; 756 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; [all …]
|
/Linux-v6.1/drivers/iio/imu/bno055/ |
D | Kconfig | 7 tristate "Bosch BNO055 attached via UART" 11 Enable this to support Bosch BNO055 IMUs attached via UART. 17 tristate "Bosch BNO055 attached via I2C bus" 22 Enable this to support Bosch BNO055 IMUs attached via I2C bus.
|
/Linux-v6.1/drivers/iio/magnetometer/ |
D | bmc150_magn_i2c.c | 3 * 3-axis magnetometer driver supporting following I2C Bosch-Sensortec chips: 59 { .compatible = "bosch,bmc150_magn" }, 60 { .compatible = "bosch,bmc156_magn" }, 61 { .compatible = "bosch,bmm150_magn" }, /* deprecated compatible */ 62 { .compatible = "bosch,bmm150" },
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stm32mp133.dtsi | 12 compatible = "bosch,m_can"; 20 bosch,mram-cfg = <0x0 0 0 32 0 0 2 2>; 25 compatible = "bosch,m_can"; 33 bosch,mram-cfg = <0x1400 0 0 32 0 0 2 2>;
|
D | stm32mp153.dtsi | 34 compatible = "bosch,m_can"; 42 bosch,mram-cfg = <0x0 0 0 32 0 0 2 2>; 47 compatible = "bosch,m_can"; 55 bosch,mram-cfg = <0x1400 0 0 32 0 0 2 2>;
|