We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de461a2 commit deca7dbCopy full SHA for deca7db
Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
@@ -14,7 +14,9 @@ allOf:
14
15
properties:
16
compatible:
17
- const: xlnx,xps-iic-2.00.a
+ enum:
18
+ - xlnx,axi-iic-2.1
19
+ - xlnx,xps-iic-2.00.a
20
21
reg:
22
maxItems: 1
@@ -30,6 +32,13 @@ properties:
30
32
description: |
31
33
Input clock name.
34
35
+ clock-frequency:
36
+ description:
37
+ Optional I2C SCL clock frequency. If not specified, do not configure
38
+ in software, rely only on hardware design value.
39
+ default: 100000
40
+ enum: [ 100000, 400000, 1000000 ]
41
+
42
required:
43
- compatible
44
- reg
0 commit comments