File tree Expand file tree Collapse file tree 2 files changed +29
-32
lines changed Expand file tree Collapse file tree 2 files changed +29
-32
lines changed Original file line number Diff line number Diff line change 17
17
status = "okay";
18
18
};
19
19
20
- &i2c1 {
21
- status = "okay";
22
- i2c-scl-rising-time-ns = <140>;
23
- i2c-scl-falling-time-ns = <30>;
24
- };
25
-
26
- &i2c2 {
27
- status = "okay";
28
- clock-frequency = <400000>;
29
-
30
- hym8563: hym8563@51 {
31
- compatible = "haoyu,hym8563";
32
- reg = <0x51>;
33
- #clock-cells = <0>;
34
- clock-frequency = <32768>;
35
- clock-output-names = "hym8563";
36
- pinctrl-names = "default";
37
- pinctrl-0 = <&hym8563_int>;
38
- interrupt-parent = <&gpio4>;
39
- interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
40
- };
41
- };
42
-
43
20
&pwm0 {
44
21
status = "okay";
45
22
};
70
47
&uart2 {
71
48
status = "okay";
72
49
};
73
-
74
- &pinctrl {
75
- hym8563 {
76
- hym8563_int: hym8563-int {
77
- rockchip,pins =
78
- <4 RK_PD6 0 &pcfg_pull_up>;
79
- };
80
- };
81
- };
Original file line number Diff line number Diff line change 297
297
};
298
298
};
299
299
300
+ &i2c1 {
301
+ i2c-scl-falling-time-ns = <30>;
302
+ i2c-scl-rising-time-ns = <140>;
303
+ status = "okay";
304
+ };
305
+
306
+ &i2c2 {
307
+ clock-frequency = <400000>;
308
+ status = "okay";
309
+
310
+ hym8563: hym8563@51 {
311
+ compatible = "haoyu,hym8563";
312
+ reg = <0x51>;
313
+ #clock-cells = <0>;
314
+ clock-frequency = <32768>;
315
+ clock-output-names = "hym8563";
316
+ pinctrl-names = "default";
317
+ pinctrl-0 = <&hym8563_int>;
318
+ interrupt-parent = <&gpio4>;
319
+ interrupts = <RK_PD6 IRQ_TYPE_LEVEL_LOW>;
320
+ };
321
+ };
322
+
300
323
&io_domains {
301
324
status = "okay";
302
325
bt656-supply = <&vcca_1v8>;
324
347
};
325
348
326
349
&pinctrl {
350
+ hym8563 {
351
+ hym8563_int: hym8563-int {
352
+ rockchip,pins = <4 RK_PD6 0 &pcfg_pull_up>;
353
+ };
354
+ };
355
+
327
356
pmic {
328
357
pmic_int_l: pmic-int-l {
329
358
rockchip,pins =
You can’t perform that action at this time.
0 commit comments