| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A 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 …]
|
| H A 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 16 const: bosch,m_can 52 bosch,mram-cfg: 77 Please refer to 2.4.1 Message RAM Configuration in Bosch 120 - bosch,mram-cfg 128 compatible = "bosch,m_can"; 136 bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>;
|
| H A D | c_can.txt | 1 Bosch C_CAN/D_CAN controller Device Tree Bindings 5 - compatible : Should be "bosch,c_can" for C_CAN controllers and 6 "bosch,d_can" for D_CAN controllers. 43 compatible = "bosch,d_can"; 53 compatible = "bosch,d_can";
|
| /OK3568_Linux_fs/u-boot/board/bosch/shc/ |
| H A D | Kconfig | 7 default "bosch" 24 enable here the eMMC functionality on the bosch shc board. 29 enable here the ICT functionality on the bosch shc board 34 enable here the NETBOOT functionality on the bosch shc board 39 enable here the SDBOOT functionality on the bosch shc board 53 of the bosch shc board 59 of the bosch shc board 65 of the bosch shc board 71 of the bosch shc board 77 of the bosch shc board [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/accel/ |
| H A D | bma180.txt | 1 * Bosch BMA023 / BMA150/ BMA180 / BMA25x / SMB380 triaxial acceleration sensor 3 https://media.digikey.com/pdf/Data%20Sheets/Bosch/BMA150.pdf 5 http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf 10 "bosch,bma023" 11 "bosch,bma150" 12 "bosch,bma180" 13 "bosch,bma250" 14 "bosch,bma254" 15 "bosch,smb380" 31 compatible = "bosch,bma180";
|
| H A 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";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/magnetometer/ |
| H A D | bmc150_magn.txt | 1 * Bosch BMC150 magnetometer sensor 3 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf 8 "bosch,bmc150_magn" 9 "bosch,bmc156_magn" 10 "bosch,bmm150" 11 "bosch,bmm150_magn" (DEPRECATED, use bosch,bmm150) 21 compatible = "bosch,bmc150_magn";
|
| /OK3568_Linux_fs/kernel/drivers/net/can/cc770/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/pressure/ |
| H A 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 23 - bosch,bmp085 24 - bosch,bmp180 25 - bosch,bmp280 26 - bosch,bme280 65 compatible = "bosch,bmp085";
|
| /OK3568_Linux_fs/kernel/drivers/net/can/m_can/ |
| H A D | Kconfig | 3 tristate "Bosch M_CAN support" 5 Say Y here if you want support for Bosch M_CAN controller framework. 6 This is common support for devices that embed the Bosch M_CAN IP. 9 tristate "Bosch M_CAN support for io-mapped devices" 13 Say Y here if you want support for IO Mapped Bosch M_CAN controller. 14 This support is for devices that have the Bosch M_CAN controller
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | bmc150-accel-i2c.c | 3 * 3-axis accelerometer driver supporting following I2C Bosch-Sensortec chips: 77 { .compatible = "bosch,bmc150_accel" }, 78 { .compatible = "bosch,bmi055_accel" }, 79 { .compatible = "bosch,bma255" }, 80 { .compatible = "bosch,bma250e" }, 81 { .compatible = "bosch,bma222e" }, 82 { .compatible = "bosch,bma280" },
|
| H A D | Kconfig | 92 tristate "Bosch BMA023/BMA1x0/BMA25x 3-Axis Accelerometer Driver" 97 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 104 tristate "Bosch BMA220 3-Axis Accelerometer Driver" 109 Say yes here to add support for the Bosch BMA220 triaxial 116 tristate "Bosch BMA400 3-Axis Accelerometer Driver" 121 Say Y here if you want to build a driver for the Bosch BMA400 138 tristate "Bosch BMC150 Accelerometer Driver" 145 Say yes here to build support for the following Bosch accelerometers:
|
| H A D | bma400_i2c.c | 3 * I2C IIO driver for Bosch BMA400 triaxial acceleration sensor. 42 { .compatible = "bosch,bma400" }, 60 MODULE_DESCRIPTION("Bosch BMA400 triaxial acceleration sensor (I2C)");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/gyroscope/ |
| H A D | bmg160.txt | 1 * Bosch BMG160 triaxial rotation sensor (gyroscope) 5 - compatible : should be "bosch,bmg160", "bosch,bmi055_gyro" or "bosch,bmi088_gyro" 16 compatible = "bosch,bmg160";
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A 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;
|
| H A 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/imu/ |
| H A 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 66 compatible = "bosch,bmi160"; 86 compatible = "bosch,bmi160";
|
| /OK3568_Linux_fs/kernel/drivers/iio/pressure/ |
| H A D | bmp280-i2c.c | 40 { .compatible = "bosch,bme280", .data = (void *)BME280_CHIP_ID }, 41 { .compatible = "bosch,bmp280", .data = (void *)BMP280_CHIP_ID }, 42 { .compatible = "bosch,bmp180", .data = (void *)BMP180_CHIP_ID }, 43 { .compatible = "bosch,bmp085", .data = (void *)BMP180_CHIP_ID }, 69 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
| H A D | bmp280-spi.c | 90 { .compatible = "bosch,bmp085", }, 91 { .compatible = "bosch,bmp180", }, 92 { .compatible = "bosch,bmp181", }, 93 { .compatible = "bosch,bmp280", }, 94 { .compatible = "bosch,bme280", },
|
| /OK3568_Linux_fs/kernel/drivers/iio/magnetometer/ |
| H A 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" },
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp153.dtsi | 27 compatible = "bosch,m_can"; 35 bosch,mram-cfg = <0x0 0 0 32 0 0 2 2>; 40 compatible = "bosch,m_can"; 48 bosch,mram-cfg = <0x1400 0 0 32 0 0 2 2>;
|
| H A D | omap3-gta04a5.dts | 119 compatible = "bosch,bmg160"; 124 compatible = "bosch,bmc150_accel"; 129 compatible = "bosch,bmc150_magn"; 134 compatible = "bosch,bme280";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/chemical/ |
| H A D | bme680.txt | 1 Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors 4 - compatible: must be "bosch,bme680" 9 compatible = "bosch,bme680";
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/bmi160/ |
| H A D | bmi160_spi.c | 3 * BMI160 - Bosch IMU, SPI bits 44 { .compatible = "bosch,bmi160" }, 62 MODULE_DESCRIPTION("Bosch BMI160 SPI driver");
|