1&i3c0 { 2 status = "okay"; 3 4 /* 5 * There might be other connected I2C devices 6 * (for example, if using Arduino shield) which 7 * cannot tolerate high clock speed. So slow 8 * down the clock. 9 */ 10 i2c-scl-hz = <400000>; 11 i3c-scl-hz = <400000>; 12 i3c-od-scl-hz = <400000>; 13 14 clk-divider = <12>; 15 clk-divider-slow = <1>; 16 clk-divider-tc = <1>; 17 18 lps22hh0: lps22hh@5d0000020800b30000 { 19 compatible = "st,lps22hh"; 20 reg = <0x5d 0x0208 0x00b30000>; 21 22 status = "okay"; 23 }; 24}; 25