| .. | .. |
|---|
| 63 | 63 | |
|---|
| 64 | 64 | reg_usb3_vbus: usb3-vbus { |
|---|
| 65 | 65 | compatible = "regulator-fixed"; |
|---|
| 66 | | - pinctrl-names = "default"; |
|---|
| 67 | | - pinctrl-0 = <&usb3_vbus_pin_a>; |
|---|
| 68 | 66 | regulator-name = "usb3-vbus"; |
|---|
| 69 | 67 | regulator-min-microvolt = <5000000>; |
|---|
| 70 | 68 | regulator-max-microvolt = <5000000>; |
|---|
| .. | .. |
|---|
| 72 | 70 | enable-active-high; |
|---|
| 73 | 71 | gpio = <&pio 6 11 GPIO_ACTIVE_HIGH>; |
|---|
| 74 | 72 | }; |
|---|
| 73 | +}; |
|---|
| 74 | + |
|---|
| 75 | +&cpu0 { |
|---|
| 76 | + cpu-supply = <®_vdd_cpux>; |
|---|
| 75 | 77 | }; |
|---|
| 76 | 78 | |
|---|
| 77 | 79 | &ehci3 { |
|---|
| .. | .. |
|---|
| 83 | 85 | pinctrl-0 = <&emac_rgmii_pins>; |
|---|
| 84 | 86 | phy-supply = <®_gmac_3v3>; |
|---|
| 85 | 87 | phy-handle = <&ext_rgmii_phy>; |
|---|
| 86 | | - phy-mode = "rgmii"; |
|---|
| 88 | + phy-mode = "rgmii-id"; |
|---|
| 87 | 89 | |
|---|
| 88 | 90 | status = "okay"; |
|---|
| 89 | 91 | }; |
|---|
| .. | .. |
|---|
| 112 | 114 | bias-pull-up; |
|---|
| 113 | 115 | }; |
|---|
| 114 | 116 | |
|---|
| 115 | | -&pio { |
|---|
| 116 | | - usb3_vbus_pin_a: usb3_vbus_pin { |
|---|
| 117 | | - pins = "PG11"; |
|---|
| 118 | | - function = "gpio_out"; |
|---|
| 117 | +&r_i2c { |
|---|
| 118 | + status = "okay"; |
|---|
| 119 | + |
|---|
| 120 | + reg_vdd_cpux: regulator@65 { |
|---|
| 121 | + compatible = "silergy,sy8106a"; |
|---|
| 122 | + reg = <0x65>; |
|---|
| 123 | + regulator-name = "vdd-cpux"; |
|---|
| 124 | + silergy,fixed-microvolt = <1200000>; |
|---|
| 125 | + regulator-min-microvolt = <1000000>; |
|---|
| 126 | + regulator-max-microvolt = <1400000>; |
|---|
| 127 | + regulator-ramp-delay = <200>; |
|---|
| 128 | + regulator-boot-on; |
|---|
| 129 | + regulator-always-on; |
|---|
| 119 | 130 | }; |
|---|
| 120 | 131 | }; |
|---|
| 121 | 132 | |
|---|