boards: cy8cproto_041tp: enable I2C

- Add pin control definitions with proper open-drain drive mode
  for SCL/SDA in cy8cproto_041tp-pinctrl.dtsi.
- Add I2C node and clock configuration to cy8cproto_041tp.dts.

Signed-off-by: Manojkumar Konisetty <manoj@aerlync.com>
Signed-off-by: Sayooj K Karun <sayooj@aerlync.com>
This commit is contained in:
Manojkumar Konisetty
2025-12-10 20:54:04 +05:30
committed by Henrik Brix Andersen
parent 78a4516cd9
commit 1cf68612d4

View File

@@ -13,3 +13,13 @@
&p5_1_scb0_uart_rx {
input-enable;
};
&p6_3_scb1_i2c_scl {
drive-open-drain;
input-enable;
};
&p6_4_scb1_i2c_sda {
drive-open-drain;
input-enable;
};