File tree Expand file tree Collapse file tree 2 files changed +18
-19
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 2 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 8
8
/dts-v1/;
9
9
#include "rk3399.dtsi"
10
10
#include "rk3399-opp.dtsi"
11
- #include "rk3399pro-vmarc-som.dtsi"
12
11
#include <arm/rockchip-radxa-dalang-carrier.dtsi>
12
+ #include "rk3399pro-vmarc-som.dtsi"
13
13
14
14
/ {
15
15
model = "Radxa ROCK Pi N10";
Original file line number Diff line number Diff line change 76
76
77
77
&i2c0 {
78
78
clock-frequency = <400000>;
79
- i2c-scl-rising-time-ns = <180>;
80
79
i2c-scl-falling-time-ns = <30>;
80
+ i2c-scl-rising-time-ns = <180>;
81
81
status = "okay";
82
82
83
83
rk809: pmic@20 {
323
323
&io_domains {
324
324
status = "okay";
325
325
bt656-supply = <&vcca_1v8>;
326
- sdmmc-supply = <&vccio_sd>;
327
326
gpio1830-supply = <&vccio_3v0>;
327
+ sdmmc-supply = <&vccio_sd>;
328
+ };
329
+
330
+ &pinctrl {
331
+ hym8563 {
332
+ hym8563_int: hym8563-int {
333
+ rockchip,pins = <4 RK_PD6 0 &pcfg_pull_up>;
334
+ };
335
+ };
336
+
337
+ pmic {
338
+ pmic_int_l: pmic-int-l {
339
+ rockchip,pins = <1 RK_PC2 0 &pcfg_pull_up>;
340
+ };
341
+ };
328
342
};
329
343
330
344
&pmu_io_domains {
341
355
};
342
356
343
357
&tsadc {
344
- status = "okay";
345
358
rockchip,hw-tshut-mode = <1>;
346
359
rockchip,hw-tshut-polarity = <1>;
347
- };
348
-
349
- &pinctrl {
350
- hym8563 {
351
- hym8563_int: hym8563-int {
352
- rockchip,pins = <4 RK_PD6 0 &pcfg_pull_up>;
353
- };
354
- };
355
-
356
- pmic {
357
- pmic_int_l: pmic-int-l {
358
- rockchip,pins =
359
- <1 RK_PC2 0 &pcfg_pull_up>;
360
- };
361
- };
360
+ status = "okay";
362
361
};
You can’t perform that action at this time.
0 commit comments