Home
last modified time | relevance | path

Searched full:bosch (Results 1 – 25 of 197) sorted by relevance

12345678

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dcc770.txt1 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 …]
Dbosch,m_can.yaml4 $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>;
Dc_can.txt1 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";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/can/
Dcc770.txt1 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 …]
Dm_can.txt1 Bosch MCAN controller Device Tree Bindings
5 - compatible : Should be "bosch,m_can" for M_CAN controllers
18 - bosch,mram-cfg : Message RAM configuration data.
44 Bosch M_CAN user manual for details.
54 compatible = "bosch,m_can";
63 bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>;
Dc_can.txt1 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";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/accel/
Dbma180.txt1 * 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";
Dbosch,bma400.yaml4 $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";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/magnetometer/
Dbmc150_magn.txt1 * 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";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/
Dbmp085.yaml16 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";
/kernel/linux/linux-5.10/drivers/net/can/m_can/
DKconfig3 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
/kernel/linux/linux-5.10/drivers/net/can/cc770/
Dcc770_platform.c26 * 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 …]
/kernel/linux/linux-4.19/drivers/net/can/cc770/
Dcc770_platform.c34 * compatible = "bosch,cc770";
38 * bosch,external-clock-frequency = <16000000>;
86 prop = of_get_property(np, "bosch,external-clock-frequency", in cc770_get_of_node_data()
104 if (of_get_property(np, "bosch,divide-memory-clock", NULL)) in cc770_get_of_node_data()
106 if (of_get_property(np, "bosch,iso-low-speed-mux", NULL)) in cc770_get_of_node_data()
109 if (!of_get_property(np, "bosch,no-comperator-bypass", NULL)) in cc770_get_of_node_data()
111 if (of_get_property(np, "bosch,disconnect-rx0-input", NULL)) in cc770_get_of_node_data()
113 if (of_get_property(np, "bosch,disconnect-rx1-input", NULL)) in cc770_get_of_node_data()
115 if (of_get_property(np, "bosch,disconnect-tx1-output", NULL)) in cc770_get_of_node_data()
117 if (of_get_property(np, "bosch,polarity-dominant", NULL)) in cc770_get_of_node_data()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/gyroscope/
Dbmg160.txt1 * Bosch BMG160 triaxial rotation sensor (gyroscope)
5 - compatible : should be "bosch,bmg160", "bosch,bmi055_gyro" or "bosch,bmi088_gyro"
16 compatible = "bosch,bmg160";
/kernel/linux/linux-5.10/drivers/iio/accel/
Dbmc150-accel-i2c.c3 * 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" },
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/accel/
Dbma180.txt1 * Bosch BMA180 / BMA250 triaxial acceleration sensor
4 http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf
8 - compatible : should be "bosch,bma180" or "bosch,bma250"
22 compatible = "bosch,bma180";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/pressure/
Dbmp085.txt5 "bosch,bmp085"
6 "bosch,bmp180"
7 "bosch,bmp280"
8 "bosch,bme280"
20 compatible = "bosch,bmp085";
/kernel/linux/linux-4.19/drivers/iio/accel/
Dbmc150-accel-i2c.c2 * 3-axis accelerometer driver supporting following I2C Bosch-Sensortec chips:
85 { .compatible = "bosch,bmc150_accel" },
86 { .compatible = "bosch,bmi055_accel" },
87 { .compatible = "bosch,bma255" },
88 { .compatible = "bosch,bma250e" },
89 { .compatible = "bosch,bma222e" },
90 { .compatible = "bosch,bma280" },
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/imu/
Dbmi160.txt1 Bosch BMI160 - Inertial Measurement Unit with Accelerometer, Gyroscope
4 https://www.bosch-sensortec.com/bst/products/all_products/bmi160
7 - compatible : should be "bosch,bmi160"
19 compatible = "bosch,bmi160";
28 compatible = "bosch,bmi160";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/
Dbosch,bmi160.yaml4 $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";
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dtqm8xx.dts74 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;
/kernel/linux/linux-4.19/arch/powerpc/boot/dts/
Dtqm8xx.dts78 bosch,external-clock-frequency = <16000000>;
79 bosch,disconnect-rx1-input;
80 bosch,disconnect-tx1-output;
81 bosch,iso-low-speed-mux;
82 bosch,clock-out-frequency = <16000000>;
90 bosch,external-clock-frequency = <16000000>;
91 bosch,disconnect-rx1-input;
92 bosch,disconnect-tx1-output;
93 bosch,iso-low-speed-mux;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/magnetometer/
Dbmc150_magn.txt1 * Bosch BMC150 magnetometer sensor
3 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf
7 - compatible : should be "bosch,bmc150_magn"
17 compatible = "bosch,bmc150_magn";
/kernel/linux/linux-5.10/drivers/iio/pressure/
Dbmp280-i2c.c40 { .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");
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
Dbmc150_magn_i2c.c3 * 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" },

12345678