|
305 | 305 | compatible = "snps,designware-i2c";
|
306 | 306 | interrupts = <RP1_INT_I2C0 IRQ_TYPE_LEVEL_HIGH>;
|
307 | 307 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 308 | + i2c-scl-rising-time-ns = <65>; |
| 309 | + i2c-scl-falling-time-ns = <100>; |
308 | 310 | status = "disabled";
|
309 | 311 | };
|
310 | 312 |
|
|
313 | 315 | compatible = "snps,designware-i2c";
|
314 | 316 | interrupts = <RP1_INT_I2C1 IRQ_TYPE_LEVEL_HIGH>;
|
315 | 317 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 318 | + i2c-scl-rising-time-ns = <65>; |
| 319 | + i2c-scl-falling-time-ns = <100>; |
316 | 320 | status = "disabled";
|
317 | 321 | };
|
318 | 322 |
|
|
321 | 325 | compatible = "snps,designware-i2c";
|
322 | 326 | interrupts = <RP1_INT_I2C2 IRQ_TYPE_LEVEL_HIGH>;
|
323 | 327 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 328 | + i2c-scl-rising-time-ns = <65>; |
| 329 | + i2c-scl-falling-time-ns = <100>; |
324 | 330 | status = "disabled";
|
325 | 331 | };
|
326 | 332 |
|
|
329 | 335 | compatible = "snps,designware-i2c";
|
330 | 336 | interrupts = <RP1_INT_I2C3 IRQ_TYPE_LEVEL_HIGH>;
|
331 | 337 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 338 | + i2c-scl-rising-time-ns = <65>; |
| 339 | + i2c-scl-falling-time-ns = <100>; |
332 | 340 | status = "disabled";
|
333 | 341 | };
|
334 | 342 |
|
|
337 | 345 | compatible = "snps,designware-i2c";
|
338 | 346 | interrupts = <RP1_INT_I2C4 IRQ_TYPE_LEVEL_HIGH>;
|
339 | 347 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 348 | + i2c-scl-rising-time-ns = <65>; |
| 349 | + i2c-scl-falling-time-ns = <100>; |
340 | 350 | status = "disabled";
|
341 | 351 | };
|
342 | 352 |
|
|
345 | 355 | compatible = "snps,designware-i2c";
|
346 | 356 | interrupts = <RP1_INT_I2C5 IRQ_TYPE_LEVEL_HIGH>;
|
347 | 357 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 358 | + i2c-scl-rising-time-ns = <65>; |
| 359 | + i2c-scl-falling-time-ns = <100>; |
348 | 360 | status = "disabled";
|
349 | 361 | };
|
350 | 362 |
|
|
353 | 365 | compatible = "snps,designware-i2c";
|
354 | 366 | interrupts = <RP1_INT_I2C6 IRQ_TYPE_LEVEL_HIGH>;
|
355 | 367 | clocks = <&rp1_clocks RP1_CLK_SYS>;
|
| 368 | + i2c-scl-rising-time-ns = <65>; |
| 369 | + i2c-scl-falling-time-ns = <100>; |
356 | 370 | status = "disabled";
|
357 | 371 | };
|
358 | 372 |
|
|
0 commit comments