Searched full:i2c2 (Results 1 – 25 of 225) sorted by relevance
123456789
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | nucleo_f091rc.overlay | 8 * i2c2 PA12 CN10:12 PA11 CN10:14 22 &i2c2 { 23 /* i2c2 is disabled by default because of pin conflict with can1 */ 33 /* can1 shares the pins with i2c2 and must be disabled */
|
D | nucleo_f429zi.overlay | 8 * i2c2 PB11 CN10:34 PB10 CN10:32 21 &i2c2 {
|
D | nucleo_l073rz.overlay | 8 * i2c2 PB11 CN10:18 PB10 CN10:25 22 &i2c2 {
|
D | nucleo_f207zg.overlay | 8 * i2c2 PB11 CN10:34 PB10 CN10:32 21 &i2c2 {
|
D | stm32f3_disco.overlay | 8 * i2c2 PA10 P2:43 PA9 P2:44 23 &i2c2 {
|
D | nucleo_f746zg.overlay | 11 * i2c2 PB11 CN10:34 PB10 CN10:32 24 &i2c2 {
|
D | nucleo_g071rb.overlay | 11 * i2c2 PA12 CN10:12 PA11 CN10:14 24 &i2c2 {
|
D | stm32u083c_dk.overlay | 11 * i2c2 PA6 CN10:15 PA7 CN10:17 25 &i2c2 {
|
D | b_u585i_iot02a.overlay | 8 * i2c2 PH5 CN2:10 PH4 CN2:7 23 &i2c2 {
|
D | stm32h573i_dk.overlay | 11 * i2c2 PB11 CN15:1 PB10 CN15:2 24 &i2c2 {
|
D | nucleo_l152re.overlay | 8 * i2c2 PB11 CN10:18 PB10 CN10:25 22 &i2c2 {
|
D | nucleo_wl55jc.overlay | 7 * i2c2 PA11 CN10:5 PA12 CN10:3 13 &i2c2 {
|
D | nucleo_u083rc.overlay | 11 * i2c2 PA6 CN5:5 PA7 CN5:4 24 &i2c2 {
|
D | nucleo_h563zi.overlay | 11 * i2c2 PB11 CN10:34 PB10 CN10:32 16 &i2c2 {
|
D | stm32f072b_disco.overlay | 12 &i2c2 {
|
/Zephyr-latest/soc/st/stm32/stm32u0x/ |
D | Kconfig.defconfig | 13 default y if $(dt_nodelabel_enabled,i2c2) && $(dt_nodelabel_enabled,i2c3) 14 default y if $(dt_nodelabel_enabled,i2c2) && $(dt_nodelabel_enabled,i2c4)
|
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/boards/ |
D | b_u585i_iot02a.overlay | 8 * i2c2 PH5 CN2:10 PH4 CN2:7 16 i2c-controller-target = &i2c2;
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/boards/ |
D | native_sim.overlay | 17 i2c2: i2c@500 { 29 forwards = <&i2c1 0x20>, <&i2c2 0x24>;
|
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/ |
D | x_nucleo_iks02a1.overlay | 10 * JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 11 * JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND)
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/ |
D | index.rst | 50 - LSM6DL is on I2C2 64 - JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 65 - JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 71 In SensorHub mode LSM6DSL is connected to I2C2 and is accessible from the main board.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,common-i2c.yaml | 53 being swapped between node &i2c0 and &i2c2 in the application: 68 &i2c2 { 78 setting and recovery pin in &i2c0 and &i2c2 nodes must also be
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 3 i2c-slave = &i2c2; 53 &i2c2 {
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/doc/ |
D | index.rst | 48 - LIS2DW12 and LSM6DO are on I2C2 62 - JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 63 - JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 69 In SensorHub mode LSM6DSO and LIS2DW12 are connected to I2C2 and are accessible from the main board.
|
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/doc/ |
D | index.rst | 47 - IIS2DLPC and ISM330DHCX are on I2C2 62 - JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 63 - JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 69 In SensorHub mode ISM330DHCX and IIS2DLPC are connected to I2C2 and are accessible from the main bo…
|
/Zephyr-latest/boards/actinius/icarus/ |
D | feather_connector.dtsi | 39 feather_i2c: &i2c2 { }; 44 arduino_i2c: &i2c2 { };
|
123456789