|
30 | 30 | reg = <0x0 0x0 0x0 0x80000000>; |
31 | 31 | }; |
32 | 32 |
|
33 | | - ap0_reg_sd_vccq: ap0_sd_vccq@0 { |
| 33 | + ap0_reg_sd_vccq: regulator-1 { |
34 | 34 | compatible = "regulator-gpio"; |
35 | 35 | regulator-name = "ap0_sd_vccq"; |
36 | 36 | regulator-min-microvolt = <1800000>; |
|
39 | 39 | states = <1800000 0x1 3300000 0x0>; |
40 | 40 | }; |
41 | 41 |
|
42 | | - cp0_reg_usb3_vbus0: cp0_usb3_vbus@0 { |
| 42 | + cp0_reg_usb3_vbus0: regulator-2 { |
43 | 43 | compatible = "regulator-fixed"; |
44 | 44 | regulator-name = "cp0-xhci0-vbus"; |
45 | 45 | regulator-min-microvolt = <5000000>; |
|
48 | 48 | gpio = <&expander0 0 GPIO_ACTIVE_HIGH>; |
49 | 49 | }; |
50 | 50 |
|
51 | | - cp0_usb3_0_phy0: cp0_usb3_phy@0 { |
| 51 | + cp0_usb3_0_phy0: usb-phy-1 { |
52 | 52 | compatible = "usb-nop-xceiv"; |
53 | 53 | vcc-supply = <&cp0_reg_usb3_vbus0>; |
54 | 54 | }; |
55 | 55 |
|
56 | | - cp0_reg_usb3_vbus1: cp0_usb3_vbus@1 { |
| 56 | + cp0_reg_usb3_vbus1: regulator-3 { |
57 | 57 | compatible = "regulator-fixed"; |
58 | 58 | regulator-name = "cp0-xhci1-vbus"; |
59 | 59 | regulator-min-microvolt = <5000000>; |
|
62 | 62 | gpio = <&expander0 1 GPIO_ACTIVE_HIGH>; |
63 | 63 | }; |
64 | 64 |
|
65 | | - cp0_usb3_0_phy1: cp0_usb3_phy@1 { |
| 65 | + cp0_usb3_0_phy1: usb-phy-2 { |
66 | 66 | compatible = "usb-nop-xceiv"; |
67 | 67 | vcc-supply = <&cp0_reg_usb3_vbus1>; |
68 | 68 | }; |
69 | 69 |
|
70 | | - cp0_reg_sd_vccq: cp0_sd_vccq@0 { |
| 70 | + cp0_reg_sd_vccq: regulator-4 { |
71 | 71 | compatible = "regulator-gpio"; |
72 | 72 | regulator-name = "cp0_sd_vccq"; |
73 | 73 | regulator-min-microvolt = <1800000>; |
|
77 | 77 | 3300000 0x0>; |
78 | 78 | }; |
79 | 79 |
|
80 | | - cp0_reg_sd_vcc: cp0_sd_vcc@0 { |
| 80 | + cp0_reg_sd_vcc: regulator-5 { |
81 | 81 | compatible = "regulator-fixed"; |
82 | 82 | regulator-name = "cp0_sd_vcc"; |
83 | 83 | regulator-min-microvolt = <3300000>; |
|
87 | 87 | regulator-always-on; |
88 | 88 | }; |
89 | 89 |
|
90 | | - cp0_sfp_eth0: sfp-eth@0 { |
| 90 | + cp0_sfp_eth0: sfp-eth-1 { |
91 | 91 | compatible = "sff,sfp"; |
92 | 92 | i2c-bus = <&cp0_sfpp0_i2c>; |
93 | 93 | los-gpios = <&cp0_module_expander1 11 GPIO_ACTIVE_HIGH>; |
|
311 | 311 | reg = <0x700680 0x50>; |
312 | 312 |
|
313 | 313 | flash@0 { |
314 | | - #address-cells = <0x1>; |
315 | | - #size-cells = <0x1>; |
316 | 314 | compatible = "jedec,spi-nor"; |
317 | 315 | reg = <0x0>; |
318 | 316 | /* On-board MUX does not allow higher frequencies */ |
|
0 commit comments