File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
arch/arm/boot/dts/microchip Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 198
198
};
199
199
};
200
200
201
+ &flx7 {
202
+ atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
203
+ status = "okay";
204
+ };
205
+
206
+ &i2c7 {
207
+ dmas = <0>, <0>;
208
+ i2c-analog-filter;
209
+ i2c-digital-filter;
210
+ i2c-digital-filter-width-ns = <35>;
211
+ pinctrl-names = "default";
212
+ pinctrl-0 = <&pinctrl_flx7_default>;
213
+ status = "okay";
214
+
215
+ power-monitor@10 {
216
+ compatible = "microchip,pac1934";
217
+ reg = <0x10>;
218
+ #address-cells = <1>;
219
+ #size-cells = <0>;
220
+
221
+ channel@1 {
222
+ reg = <0x1>;
223
+ shunt-resistor-micro-ohms = <10000>;
224
+ label = "VDD3V3";
225
+ };
226
+
227
+ channel@2 {
228
+ reg = <0x2>;
229
+ shunt-resistor-micro-ohms = <10000>;
230
+ label = "DCDC4";
231
+ };
232
+
233
+ channel@3 {
234
+ reg = <0x3>;
235
+ shunt-resistor-micro-ohms = <10000>;
236
+ label = "VDDCORE";
237
+ };
238
+
239
+ channel@4 {
240
+ reg = <0x4>;
241
+ shunt-resistor-micro-ohms = <10000>;
242
+ label = "VDDIODDR";
243
+ };
244
+ };
245
+ };
246
+
201
247
&i2s {
202
248
pinctrl-names = "default";
203
249
pinctrl-0 = <&pinctrl_i2s_default>;
231
277
<AT91_PIOA 24 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>,
232
278
<AT91_PIOA 25 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;
233
279
};
280
+
281
+ pinctrl_flx7_default: flx7-default {
282
+ atmel,pins =
283
+ <AT91_PIOC 0 AT91_PERIPH_C AT91_PINCTRL_PULL_UP>,
284
+ <AT91_PIOC 1 AT91_PERIPH_C AT91_PINCTRL_PULL_UP>;
285
+ };
234
286
};
235
287
236
288
gpio-keys {
You can’t perform that action at this time.
0 commit comments