File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
arch/arm64/boot/dts/renesas Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 46
46
regulator-boot-on;
47
47
regulator-always-on;
48
48
};
49
+
50
+ /* 32.768kHz crystal */
51
+ x3: x3-clock {
52
+ compatible = "fixed-clock";
53
+ #clock-cells = <0>;
54
+ clock-frequency = <32768>;
55
+ };
49
56
};
50
57
51
58
&audio_extal_clk {
57
64
pinctrl-names = "default";
58
65
clock-frequency = <1000000>;
59
66
status = "okay";
67
+
68
+ raa215300: pmic@12 {
69
+ compatible = "renesas,raa215300";
70
+ reg = <0x12>, <0x6f>;
71
+ reg-names = "main", "rtc";
72
+ clocks = <&x3>;
73
+ clock-names = "xin";
74
+
75
+ pinctrl-0 = <&rtc_irq_pin>;
76
+ pinctrl-names = "default";
77
+
78
+ interrupts-extended = <&pinctrl RZG3E_GPIO(S, 1) IRQ_TYPE_EDGE_FALLING>;
79
+ };
60
80
};
61
81
62
82
&pinctrl {
65
85
<RZG3E_PORT_PINMUX(3, 5, 1)>; /* SDA2 */
66
86
};
67
87
88
+ rtc_irq_pin: rtc-irq {
89
+ pins = "PS1";
90
+ bias-pull-up;
91
+ };
92
+
68
93
sdhi0_emmc_pins: sd0-emmc {
69
94
sd0-ctrl {
70
95
pins = "SD0CLK", "SD0CMD";
You can’t perform that action at this time.
0 commit comments