1/* 2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8/ { 9 aliases { 10 i2c-0 = &usic0ch1; 11 }; 12}; 13 14&i2c_scl_p6_2_u0c1 { 15 drive-strength = "strong-sharp-edge"; 16 drive-open-drain; 17 hwctrl = "disabled"; 18}; 19 20&i2c_sda_p3_13_u0c1 { 21 drive-strength = "strong-soft-edge"; 22 drive-open-drain; 23 hwctrl = "disabled"; 24}; 25 26&usic0ch1 { 27 compatible = "infineon,xmc4xxx-i2c"; 28 pinctrl-0 = <&i2c_scl_p6_2_u0c1 &i2c_sda_p3_13_u0c1>; 29 pinctrl-names = "default"; 30 scl-src = "DX1C"; 31 sda-src = "DX0D"; 32 interrupts = <86 1>; 33 34 #address-cells = <1>; 35 #size-cells = <0>; 36 status = "okay"; 37}; 38