Searched +full:i2c +full:- +full:min +full:- +full:scl +full:- +full:pulse +full:- +full:width +full:- +full:us (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/i2c/ |
D | st,sti-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/i2c/st,sti-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: I2C controller embedded in STMicroelectronics STi platform 10 - Patrice Chotard <patrice.chotard@foss.st.com> 13 - $ref: /schemas/i2c/i2c-controller.yaml# 18 - st,comms-ssc-i2c 19 - st,comms-ssc4-i2c 30 clock-names: [all …]
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stihxxx-b2120.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <dt-bindings/clock/stih407-clks.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/media/c8sectpfe.h> 11 compatible = "gpio-leds"; 12 led-red { 15 linux,default-trigger = "heartbeat"; 17 led-green { 19 default-state = "off"; 24 compatible = "simple-audio-card"; [all …]
|
D | stih418-b2199.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 11 compatible = "st,stih418-b2199", "st,stih418"; 14 stdout-path = &sbc_serial0; 28 compatible = "gpio-leds"; 29 led-red { 32 linux,default-trigger = "heartbeat"; 34 led-green { 36 default-state = "off"; [all …]
|
D | stih410-b2260.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 12 compatible = "st,stih410-b2260", "st,stih410"; 15 stdout-path = &uart1; 29 compatible = "gpio-leds"; 30 led-user-green-1 { 33 linux,default-trigger = "heartbeat"; 34 default-state = "off"; 37 led-user-green-2 { [all …]
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-st.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * I2C controller driver, used in STMicroelectronics devices. 13 #include <linux/i2c.h> 93 /* SSC I2C Control */ 130 * struct st_i2c_timings - per-Mode tuning parameters 131 * @rate: I2C bus rate 132 * @rep_start_hold: I2C repeated start hold time requirement 133 * @rep_start_setup: I2C repeated start set up time requirement 134 * @start_hold: I2C start hold time requirement 135 * @data_setup_time: I2C data set up time requirement [all …]
|