mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
i2c Controller on ARM Versatile platform:
|
||
|
|
||
|
Required properties:
|
||
|
- compatible : Must be "arm,versatile-i2c";
|
||
|
- reg
|
||
|
- #address-cells = <1>;
|
||
|
- #size-cells = <0>;
|
||
|
|
||
|
Optional properties:
|
||
|
- Child nodes conforming to i2c bus binding
|