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 8b31766 commit f364d2cCopy full SHA for f364d2c
Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
@@ -112,6 +112,9 @@ examples:
112
clocks = <&rcc 0 149>;
113
};
114
115
+ - |
116
+ #include <dt-bindings/mfd/stm32f7-rcc.h>
117
+ #include <dt-bindings/clock/stm32fx-clock.h>
118
//Example 2 (with st,stm32f7-i2c compatible)
119
i2c@40005800 {
120
compatible = "st,stm32f7-i2c";
@@ -124,6 +127,9 @@ examples:
124
127
clocks = <&rcc 1 CLK_I2C1>;
125
128
126
129
130
131
132
133
//Example 3 (with st,stm32mp15-i2c compatible on stm32mp)
134
#include <dt-bindings/interrupt-controller/arm-gic.h>
135
#include <dt-bindings/clock/stm32mp1-clks.h>
0 commit comments