|
53 | 53 | }; |
54 | 54 | }; |
55 | 55 |
|
| 56 | +&cpu_b0 { |
| 57 | + cpu-supply = <&vdd_cpu_big0_s0>; |
| 58 | +}; |
| 59 | + |
| 60 | +&cpu_b1 { |
| 61 | + cpu-supply = <&vdd_cpu_big0_s0>; |
| 62 | +}; |
| 63 | + |
| 64 | +&cpu_b2 { |
| 65 | + cpu-supply = <&vdd_cpu_big1_s0>; |
| 66 | +}; |
| 67 | + |
| 68 | +&cpu_b3 { |
| 69 | + cpu-supply = <&vdd_cpu_big1_s0>; |
| 70 | +}; |
| 71 | + |
| 72 | +&i2c0 { |
| 73 | + pinctrl-names = "default"; |
| 74 | + pinctrl-0 = <&i2c0m2_xfer>; |
| 75 | + status = "okay"; |
| 76 | + |
| 77 | + vdd_cpu_big0_s0: regulator@42 { |
| 78 | + compatible = "rockchip,rk8602"; |
| 79 | + reg = <0x42>; |
| 80 | + fcs,suspend-voltage-selector = <1>; |
| 81 | + regulator-name = "vdd_cpu_big0_s0"; |
| 82 | + regulator-always-on; |
| 83 | + regulator-boot-on; |
| 84 | + regulator-min-microvolt = <550000>; |
| 85 | + regulator-max-microvolt = <1050000>; |
| 86 | + regulator-ramp-delay = <2300>; |
| 87 | + vin-supply = <&vcc5v0_sys>; |
| 88 | + |
| 89 | + regulator-state-mem { |
| 90 | + regulator-off-in-suspend; |
| 91 | + }; |
| 92 | + }; |
| 93 | + |
| 94 | + vdd_cpu_big1_s0: regulator@43 { |
| 95 | + compatible = "rockchip,rk8603", "rockchip,rk8602"; |
| 96 | + reg = <0x43>; |
| 97 | + fcs,suspend-voltage-selector = <1>; |
| 98 | + regulator-name = "vdd_cpu_big1_s0"; |
| 99 | + regulator-always-on; |
| 100 | + regulator-boot-on; |
| 101 | + regulator-min-microvolt = <550000>; |
| 102 | + regulator-max-microvolt = <1050000>; |
| 103 | + regulator-ramp-delay = <2300>; |
| 104 | + vin-supply = <&vcc5v0_sys>; |
| 105 | + |
| 106 | + regulator-state-mem { |
| 107 | + regulator-off-in-suspend; |
| 108 | + }; |
| 109 | + }; |
| 110 | +}; |
| 111 | + |
56 | 112 | &i2c6 { |
57 | 113 | status = "okay"; |
58 | 114 |
|
59 | 115 | hym8563: rtc@51 { |
60 | 116 | compatible = "haoyu,hym8563"; |
61 | 117 | reg = <0x51>; |
62 | 118 | #clock-cells = <0>; |
63 | | - clock-frequency = <32768>; |
64 | 119 | clock-output-names = "hym8563"; |
65 | 120 | pinctrl-names = "default"; |
66 | 121 | pinctrl-0 = <&hym8563_int>; |
|
73 | 128 | &i2c7 { |
74 | 129 | status = "okay"; |
75 | 130 |
|
76 | | - es8316: es8316@11 { |
| 131 | + es8316: audio-codec@11 { |
77 | 132 | compatible = "everest,es8316"; |
78 | 133 | reg = <0x11>; |
79 | 134 | clocks = <&cru I2S0_8CH_MCLKOUT>; |
|
0 commit comments