.. | .. |
---|
37 | 37 | cpu-supply = <&sw1a_reg>; |
---|
38 | 38 | }; |
---|
39 | 39 | |
---|
| 40 | +&cpu1 { |
---|
| 41 | + cpu-supply = <&sw1a_reg>; |
---|
| 42 | +}; |
---|
| 43 | + |
---|
40 | 44 | &fec1 { |
---|
41 | 45 | pinctrl-names = "default"; |
---|
42 | 46 | pinctrl-0 = <&pinctrl_enet1>; |
---|
.. | .. |
---|
54 | 58 | #size-cells = <0>; |
---|
55 | 59 | |
---|
56 | 60 | ethphy0: ethernet-phy@0 { |
---|
| 61 | + compatible = "ethernet-phy-ieee802.3-c22"; |
---|
57 | 62 | reg = <0>; |
---|
58 | 63 | }; |
---|
59 | 64 | |
---|
60 | 65 | ethphy1: ethernet-phy@1 { |
---|
| 66 | + compatible = "ethernet-phy-ieee802.3-c22"; |
---|
61 | 67 | reg = <1>; |
---|
62 | 68 | }; |
---|
63 | 69 | }; |
---|
.. | .. |
---|
83 | 89 | |
---|
84 | 90 | pmic: pmic@8 { |
---|
85 | 91 | compatible = "fsl,pfuze3000"; |
---|
86 | | - reg = <0x08>; |
---|
| 92 | + reg = <0x8>; |
---|
87 | 93 | |
---|
88 | 94 | regulators { |
---|
89 | 95 | sw1a_reg: sw1a { |
---|
90 | 96 | regulator-min-microvolt = <700000>; |
---|
91 | | - regulator-max-microvolt = <1475000>; |
---|
| 97 | + regulator-max-microvolt = <3300000>; |
---|
92 | 98 | regulator-boot-on; |
---|
93 | 99 | regulator-always-on; |
---|
94 | 100 | regulator-ramp-delay = <6250>; |
---|