Michal Simek | 090a2d7 | 2018-03-27 10:36:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 2 | /* |
Michal Simek | 0bfbb21 | 2017-11-02 10:21:08 +0100 | [diff] [blame] | 3 | * dts file for Xilinx ZynqMP ZCU102 RevA |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 4 | * |
Michal Simek | 821e32a | 2021-05-31 09:50:01 +0200 | [diff] [blame] | 5 | * (C) Copyright 2015 - 2021, Xilinx, Inc. |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 6 | * |
| 7 | * Michal Simek <michal.simek@xilinx.com> |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | |
| 12 | #include "zynqmp.dtsi" |
Michal Simek | a6604b6 | 2017-12-08 14:50:42 +0100 | [diff] [blame] | 13 | #include "zynqmp-clk-ccf.dtsi" |
Michal Simek | c87c7b2 | 2018-03-27 12:13:13 +0200 | [diff] [blame] | 14 | #include <dt-bindings/input/input.h> |
Michal Simek | 7df3783 | 2016-05-25 20:09:35 +0200 | [diff] [blame] | 15 | #include <dt-bindings/gpio/gpio.h> |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 16 | #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> |
Michal Simek | d5ba4f2 | 2017-12-01 15:50:31 +0100 | [diff] [blame] | 17 | #include <dt-bindings/phy/phy.h> |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 18 | |
| 19 | / { |
| 20 | model = "ZynqMP ZCU102 RevA"; |
Michal Simek | 40d839a | 2017-07-20 12:38:27 +0200 | [diff] [blame] | 21 | compatible = "xlnx,zynqmp-zcu102-revA", "xlnx,zynqmp-zcu102", "xlnx,zynqmp"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 22 | |
| 23 | aliases { |
| 24 | ethernet0 = &gem3; |
| 25 | gpio0 = &gpio; |
| 26 | i2c0 = &i2c0; |
| 27 | i2c1 = &i2c1; |
| 28 | mmc0 = &sdhci1; |
Michal Simek | 53b145d | 2021-06-03 11:46:50 +0200 | [diff] [blame^] | 29 | nvmem0 = &eeprom; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 30 | rtc0 = &rtc; |
| 31 | serial0 = &uart0; |
| 32 | serial1 = &uart1; |
Michal Simek | de29d54 | 2016-09-09 08:46:39 +0200 | [diff] [blame] | 33 | serial2 = &dcc; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 34 | spi0 = &qspi; |
| 35 | usb0 = &usb0; |
| 36 | }; |
| 37 | |
| 38 | chosen { |
| 39 | bootargs = "earlycon"; |
| 40 | stdout-path = "serial0:115200n8"; |
| 41 | }; |
| 42 | |
Michal Simek | 79c1cbf | 2016-11-11 13:21:04 +0100 | [diff] [blame] | 43 | memory@0 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 44 | device_type = "memory"; |
| 45 | reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>; |
| 46 | }; |
Michal Simek | be3c95f | 2016-04-20 13:12:25 +0200 | [diff] [blame] | 47 | |
Michal Simek | 7df3783 | 2016-05-25 20:09:35 +0200 | [diff] [blame] | 48 | gpio-keys { |
| 49 | compatible = "gpio-keys"; |
Michal Simek | 7df3783 | 2016-05-25 20:09:35 +0200 | [diff] [blame] | 50 | autorepeat; |
| 51 | sw19 { |
| 52 | label = "sw19"; |
| 53 | gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; |
Michal Simek | c87c7b2 | 2018-03-27 12:13:13 +0200 | [diff] [blame] | 54 | linux,code = <KEY_DOWN>; |
Sudeep Holla | 13104ce | 2018-10-24 12:45:40 +0100 | [diff] [blame] | 55 | wakeup-source; |
Michal Simek | 7df3783 | 2016-05-25 20:09:35 +0200 | [diff] [blame] | 56 | autorepeat; |
| 57 | }; |
| 58 | }; |
| 59 | |
Michal Simek | be3c95f | 2016-04-20 13:12:25 +0200 | [diff] [blame] | 60 | leds { |
| 61 | compatible = "gpio-leds"; |
Michal Simek | 2ef5336 | 2018-11-08 10:06:53 +0100 | [diff] [blame] | 62 | heartbeat-led { |
Michal Simek | be3c95f | 2016-04-20 13:12:25 +0200 | [diff] [blame] | 63 | label = "heartbeat"; |
Chirag Parekh | cc406a6 | 2017-01-25 07:00:57 -0800 | [diff] [blame] | 64 | gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; |
Michal Simek | be3c95f | 2016-04-20 13:12:25 +0200 | [diff] [blame] | 65 | linux,default-trigger = "heartbeat"; |
| 66 | }; |
| 67 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 68 | |
| 69 | ina226-u76 { |
| 70 | compatible = "iio-hwmon"; |
| 71 | io-channels = <&u76 0>, <&u76 1>, <&u76 2>, <&u76 3>; |
| 72 | }; |
| 73 | ina226-u77 { |
| 74 | compatible = "iio-hwmon"; |
| 75 | io-channels = <&u77 0>, <&u77 1>, <&u77 2>, <&u77 3>; |
| 76 | }; |
| 77 | ina226-u78 { |
| 78 | compatible = "iio-hwmon"; |
| 79 | io-channels = <&u78 0>, <&u78 1>, <&u78 2>, <&u78 3>; |
| 80 | }; |
| 81 | ina226-u87 { |
| 82 | compatible = "iio-hwmon"; |
| 83 | io-channels = <&u87 0>, <&u87 1>, <&u87 2>, <&u87 3>; |
| 84 | }; |
| 85 | ina226-u85 { |
| 86 | compatible = "iio-hwmon"; |
| 87 | io-channels = <&u85 0>, <&u85 1>, <&u85 2>, <&u85 3>; |
| 88 | }; |
| 89 | ina226-u86 { |
| 90 | compatible = "iio-hwmon"; |
| 91 | io-channels = <&u86 0>, <&u86 1>, <&u86 2>, <&u86 3>; |
| 92 | }; |
| 93 | ina226-u93 { |
| 94 | compatible = "iio-hwmon"; |
| 95 | io-channels = <&u93 0>, <&u93 1>, <&u93 2>, <&u93 3>; |
| 96 | }; |
| 97 | ina226-u88 { |
| 98 | compatible = "iio-hwmon"; |
| 99 | io-channels = <&u88 0>, <&u88 1>, <&u88 2>, <&u88 3>; |
| 100 | }; |
| 101 | ina226-u15 { |
| 102 | compatible = "iio-hwmon"; |
| 103 | io-channels = <&u15 0>, <&u15 1>, <&u15 2>, <&u15 3>; |
| 104 | }; |
| 105 | ina226-u92 { |
| 106 | compatible = "iio-hwmon"; |
| 107 | io-channels = <&u92 0>, <&u92 1>, <&u92 2>, <&u92 3>; |
| 108 | }; |
| 109 | ina226-u79 { |
| 110 | compatible = "iio-hwmon"; |
| 111 | io-channels = <&u79 0>, <&u79 1>, <&u79 2>, <&u79 3>; |
| 112 | }; |
| 113 | ina226-u81 { |
| 114 | compatible = "iio-hwmon"; |
| 115 | io-channels = <&u81 0>, <&u81 1>, <&u81 2>, <&u81 3>; |
| 116 | }; |
| 117 | ina226-u80 { |
| 118 | compatible = "iio-hwmon"; |
| 119 | io-channels = <&u80 0>, <&u80 1>, <&u80 2>, <&u80 3>; |
| 120 | }; |
| 121 | ina226-u84 { |
| 122 | compatible = "iio-hwmon"; |
| 123 | io-channels = <&u84 0>, <&u84 1>, <&u84 2>, <&u84 3>; |
| 124 | }; |
| 125 | ina226-u16 { |
| 126 | compatible = "iio-hwmon"; |
| 127 | io-channels = <&u16 0>, <&u16 1>, <&u16 2>, <&u16 3>; |
| 128 | }; |
| 129 | ina226-u65 { |
| 130 | compatible = "iio-hwmon"; |
| 131 | io-channels = <&u65 0>, <&u65 1>, <&u65 2>, <&u65 3>; |
| 132 | }; |
| 133 | ina226-u74 { |
| 134 | compatible = "iio-hwmon"; |
| 135 | io-channels = <&u74 0>, <&u74 1>, <&u74 2>, <&u74 3>; |
| 136 | }; |
| 137 | ina226-u75 { |
| 138 | compatible = "iio-hwmon"; |
| 139 | io-channels = <&u75 0>, <&u75 1>, <&u75 2>, <&u75 3>; |
| 140 | }; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 141 | |
| 142 | /* 48MHz reference crystal */ |
| 143 | ref48: ref48M { |
| 144 | compatible = "fixed-clock"; |
| 145 | #clock-cells = <0>; |
| 146 | clock-frequency = <48000000>; |
| 147 | }; |
| 148 | |
| 149 | refhdmi: refhdmi { |
| 150 | compatible = "fixed-clock"; |
| 151 | #clock-cells = <0>; |
| 152 | clock-frequency = <114285000>; |
| 153 | }; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 154 | }; |
| 155 | |
| 156 | &can1 { |
| 157 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 158 | pinctrl-names = "default"; |
| 159 | pinctrl-0 = <&pinctrl_can1_default>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 160 | }; |
| 161 | |
Michal Simek | de29d54 | 2016-09-09 08:46:39 +0200 | [diff] [blame] | 162 | &dcc { |
| 163 | status = "okay"; |
| 164 | }; |
| 165 | |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 166 | &fpd_dma_chan1 { |
| 167 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 168 | }; |
| 169 | |
| 170 | &fpd_dma_chan2 { |
| 171 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 172 | }; |
| 173 | |
| 174 | &fpd_dma_chan3 { |
| 175 | status = "okay"; |
| 176 | }; |
| 177 | |
| 178 | &fpd_dma_chan4 { |
| 179 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 180 | }; |
| 181 | |
| 182 | &fpd_dma_chan5 { |
| 183 | status = "okay"; |
| 184 | }; |
| 185 | |
| 186 | &fpd_dma_chan6 { |
| 187 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 188 | }; |
| 189 | |
| 190 | &fpd_dma_chan7 { |
| 191 | status = "okay"; |
| 192 | }; |
| 193 | |
| 194 | &fpd_dma_chan8 { |
| 195 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 196 | }; |
| 197 | |
| 198 | &gem3 { |
| 199 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 200 | phy-handle = <&phy0>; |
| 201 | phy-mode = "rgmii-id"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 202 | pinctrl-names = "default"; |
| 203 | pinctrl-0 = <&pinctrl_gem3_default>; |
Michal Simek | 393decf | 2019-08-08 12:44:22 +0200 | [diff] [blame] | 204 | phy0: ethernet-phy@21 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 205 | reg = <21>; |
| 206 | ti,rx-internal-delay = <0x8>; |
| 207 | ti,tx-internal-delay = <0xa>; |
| 208 | ti,fifo-depth = <0x1>; |
Harini Katakam | 991a161 | 2019-02-13 17:02:21 +0530 | [diff] [blame] | 209 | ti,dp83867-rxctrl-strap-quirk; |
Harini Katakam | 4d367cd | 2019-03-13 19:41:19 +0530 | [diff] [blame] | 210 | /* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 211 | }; |
| 212 | }; |
| 213 | |
| 214 | &gpio { |
| 215 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 216 | pinctrl-names = "default"; |
| 217 | pinctrl-0 = <&pinctrl_gpio_default>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 218 | }; |
| 219 | |
| 220 | &gpu { |
| 221 | status = "okay"; |
| 222 | }; |
| 223 | |
| 224 | &i2c0 { |
| 225 | status = "okay"; |
| 226 | clock-frequency = <400000>; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 227 | pinctrl-names = "default", "gpio"; |
| 228 | pinctrl-0 = <&pinctrl_i2c0_default>; |
| 229 | pinctrl-1 = <&pinctrl_i2c0_gpio>; |
| 230 | scl-gpios = <&gpio 14 GPIO_ACTIVE_HIGH>; |
| 231 | sda-gpios = <&gpio 15 GPIO_ACTIVE_HIGH>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 232 | |
| 233 | tca6416_u97: gpio@20 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 234 | compatible = "ti,tca6416"; |
| 235 | reg = <0x20>; |
Michal Simek | a545f5f | 2019-03-12 10:15:27 +0100 | [diff] [blame] | 236 | gpio-controller; /* IRQ not connected */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 237 | #gpio-cells = <2>; |
Michal Simek | a545f5f | 2019-03-12 10:15:27 +0100 | [diff] [blame] | 238 | gpio-line-names = "PS_GTR_LAN_SEL0", "PS_GTR_LAN_SEL1", "PS_GTR_LAN_SEL2", "PS_GTR_LAN_SEL3", |
| 239 | "PCI_CLK_DIR_SEL", "IIC_MUX_RESET_B", "GEM3_EXP_RESET_B", |
| 240 | "", "", "", "", "", "", "", "", ""; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 241 | gtr-sel0-hog { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 242 | gpio-hog; |
| 243 | gpios = <0 0>; |
Bharat Kumar Gogada | e646435 | 2017-01-30 12:06:02 +0530 | [diff] [blame] | 244 | output-low; /* PCIE = 0, DP = 1 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 245 | line-name = "sel0"; |
| 246 | }; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 247 | gtr-sel1-hog { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 248 | gpio-hog; |
| 249 | gpios = <1 0>; |
| 250 | output-high; /* PCIE = 0, DP = 1 */ |
| 251 | line-name = "sel1"; |
| 252 | }; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 253 | gtr-sel2-hog { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 254 | gpio-hog; |
| 255 | gpios = <2 0>; |
| 256 | output-high; /* PCIE = 0, USB0 = 1 */ |
| 257 | line-name = "sel2"; |
| 258 | }; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 259 | gtr-sel3-hog { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 260 | gpio-hog; |
| 261 | gpios = <3 0>; |
| 262 | output-high; /* PCIE = 0, SATA = 1 */ |
| 263 | line-name = "sel3"; |
| 264 | }; |
| 265 | }; |
| 266 | |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 267 | tca6416_u61: gpio@21 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 268 | compatible = "ti,tca6416"; |
| 269 | reg = <0x21>; |
Michal Simek | a545f5f | 2019-03-12 10:15:27 +0100 | [diff] [blame] | 270 | gpio-controller; /* IRQ not connected */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 271 | #gpio-cells = <2>; |
Michal Simek | a545f5f | 2019-03-12 10:15:27 +0100 | [diff] [blame] | 272 | gpio-line-names = "VCCPSPLL_EN", "MGTRAVCC_EN", "MGTRAVTT_EN", "VCCPSDDRPLL_EN", "MIO26_PMU_INPUT_LS", |
| 273 | "PL_PMBUS_ALERT", "PS_PMBUS_ALERT", "MAXIM_PMBUS_ALERT", "PL_DDR4_VTERM_EN", |
| 274 | "PL_DDR4_VPP_2V5_EN", "PS_DIMM_VDDQ_TO_PSVCCO_ON", "PS_DIMM_SUSPEND_EN", |
| 275 | "PS_DDR4_VTERM_EN", "PS_DDR4_VPP_2V5_EN", "", ""; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 276 | }; |
| 277 | |
Michal Simek | 2fde09e | 2018-03-27 10:38:08 +0200 | [diff] [blame] | 278 | i2c-mux@75 { /* u60 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 279 | compatible = "nxp,pca9544"; |
| 280 | #address-cells = <1>; |
| 281 | #size-cells = <0>; |
| 282 | reg = <0x75>; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 283 | i2c@0 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 284 | #address-cells = <1>; |
| 285 | #size-cells = <0>; |
| 286 | reg = <0>; |
| 287 | /* PS_PMBUS */ |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 288 | u76: ina226@40 { /* u76 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 289 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 290 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 291 | label = "ina226-u76"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 292 | reg = <0x40>; |
| 293 | shunt-resistor = <5000>; |
| 294 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 295 | u77: ina226@41 { /* u77 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 296 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 297 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 298 | label = "ina226-u77"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 299 | reg = <0x41>; |
| 300 | shunt-resistor = <5000>; |
| 301 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 302 | u78: ina226@42 { /* u78 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 303 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 304 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 305 | label = "ina226-u78"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 306 | reg = <0x42>; |
| 307 | shunt-resistor = <5000>; |
| 308 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 309 | u87: ina226@43 { /* u87 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 310 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 311 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 312 | label = "ina226-u87"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 313 | reg = <0x43>; |
| 314 | shunt-resistor = <5000>; |
| 315 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 316 | u85: ina226@44 { /* u85 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 317 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 318 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 319 | label = "ina226-u85"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 320 | reg = <0x44>; |
| 321 | shunt-resistor = <5000>; |
| 322 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 323 | u86: ina226@45 { /* u86 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 324 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 325 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 326 | label = "ina226-u86"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 327 | reg = <0x45>; |
| 328 | shunt-resistor = <5000>; |
| 329 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 330 | u93: ina226@46 { /* u93 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 331 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 332 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 333 | label = "ina226-u93"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 334 | reg = <0x46>; |
| 335 | shunt-resistor = <5000>; |
| 336 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 337 | u88: ina226@47 { /* u88 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 338 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 339 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 340 | label = "ina226-u88"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 341 | reg = <0x47>; |
| 342 | shunt-resistor = <5000>; |
| 343 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 344 | u15: ina226@4a { /* u15 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 345 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 346 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 347 | label = "ina226-u15"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 348 | reg = <0x4a>; |
| 349 | shunt-resistor = <5000>; |
| 350 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 351 | u92: ina226@4b { /* u92 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 352 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 353 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 354 | label = "ina226-u92"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 355 | reg = <0x4b>; |
| 356 | shunt-resistor = <5000>; |
| 357 | }; |
| 358 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 359 | i2c@1 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 360 | #address-cells = <1>; |
| 361 | #size-cells = <0>; |
| 362 | reg = <1>; |
| 363 | /* PL_PMBUS */ |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 364 | u79: ina226@40 { /* u79 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 365 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 366 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 367 | label = "ina226-u79"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 368 | reg = <0x40>; |
| 369 | shunt-resistor = <2000>; |
| 370 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 371 | u81: ina226@41 { /* u81 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 372 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 373 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 374 | label = "ina226-u81"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 375 | reg = <0x41>; |
| 376 | shunt-resistor = <5000>; |
| 377 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 378 | u80: ina226@42 { /* u80 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 379 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 380 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 381 | label = "ina226-u80"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 382 | reg = <0x42>; |
| 383 | shunt-resistor = <5000>; |
| 384 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 385 | u84: ina226@43 { /* u84 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 386 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 387 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 388 | label = "ina226-u84"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 389 | reg = <0x43>; |
| 390 | shunt-resistor = <5000>; |
| 391 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 392 | u16: ina226@44 { /* u16 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 393 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 394 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 395 | label = "ina226-u16"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 396 | reg = <0x44>; |
| 397 | shunt-resistor = <5000>; |
| 398 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 399 | u65: ina226@45 { /* u65 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 400 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 401 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 402 | label = "ina226-u65"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 403 | reg = <0x45>; |
| 404 | shunt-resistor = <5000>; |
| 405 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 406 | u74: ina226@46 { /* u74 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 407 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 408 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 409 | label = "ina226-u74"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 410 | reg = <0x46>; |
| 411 | shunt-resistor = <5000>; |
| 412 | }; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 413 | u75: ina226@47 { /* u75 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 414 | compatible = "ti,ina226"; |
Michal Simek | 41a41a4 | 2019-08-16 10:42:42 +0200 | [diff] [blame] | 415 | #io-channel-cells = <1>; |
Michal Simek | a246bed | 2019-08-26 10:20:07 +0200 | [diff] [blame] | 416 | label = "ina226-u75"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 417 | reg = <0x47>; |
| 418 | shunt-resistor = <5000>; |
| 419 | }; |
| 420 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 421 | i2c@2 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 422 | #address-cells = <1>; |
| 423 | #size-cells = <0>; |
| 424 | reg = <2>; |
| 425 | /* MAXIM_PMBUS - 00 */ |
| 426 | max15301@a { /* u46 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 427 | compatible = "maxim,max15301"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 428 | reg = <0xa>; |
| 429 | }; |
| 430 | max15303@b { /* u4 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 431 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 432 | reg = <0xb>; |
| 433 | }; |
| 434 | max15303@10 { /* u13 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 435 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 436 | reg = <0x10>; |
| 437 | }; |
| 438 | max15301@13 { /* u47 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 439 | compatible = "maxim,max15301"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 440 | reg = <0x13>; |
| 441 | }; |
| 442 | max15303@14 { /* u7 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 443 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 444 | reg = <0x14>; |
| 445 | }; |
| 446 | max15303@15 { /* u6 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 447 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 448 | reg = <0x15>; |
| 449 | }; |
| 450 | max15303@16 { /* u10 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 451 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 452 | reg = <0x16>; |
| 453 | }; |
| 454 | max15303@17 { /* u9 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 455 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 456 | reg = <0x17>; |
| 457 | }; |
| 458 | max15301@18 { /* u63 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 459 | compatible = "maxim,max15301"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 460 | reg = <0x18>; |
| 461 | }; |
| 462 | max15303@1a { /* u49 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 463 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 464 | reg = <0x1a>; |
| 465 | }; |
| 466 | max15303@1d { /* u18 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 467 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 468 | reg = <0x1d>; |
| 469 | }; |
| 470 | max15303@20 { /* u8 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 471 | compatible = "maxim,max15303"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 472 | status = "disabled"; /* unreachable */ |
| 473 | reg = <0x20>; |
| 474 | }; |
Michal Simek | 84dc3c0 | 2018-03-27 12:01:24 +0200 | [diff] [blame] | 475 | max20751@72 { /* u95 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 476 | compatible = "maxim,max20751"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 477 | reg = <0x72>; |
| 478 | }; |
Michal Simek | 84dc3c0 | 2018-03-27 12:01:24 +0200 | [diff] [blame] | 479 | max20751@73 { /* u96 */ |
Michal Simek | cba5b32 | 2018-03-27 10:52:40 +0200 | [diff] [blame] | 480 | compatible = "maxim,max20751"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 481 | reg = <0x73>; |
| 482 | }; |
| 483 | }; |
| 484 | /* Bus 3 is not connected */ |
| 485 | }; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 486 | }; |
| 487 | |
| 488 | &i2c1 { |
| 489 | status = "okay"; |
| 490 | clock-frequency = <400000>; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 491 | pinctrl-names = "default", "gpio"; |
| 492 | pinctrl-0 = <&pinctrl_i2c1_default>; |
| 493 | pinctrl-1 = <&pinctrl_i2c1_gpio>; |
| 494 | scl-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>; |
| 495 | sda-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; |
Michal Simek | 6471f8e | 2017-11-02 11:51:59 +0100 | [diff] [blame] | 496 | |
Michal Simek | 84dc3c0 | 2018-03-27 12:01:24 +0200 | [diff] [blame] | 497 | /* PL i2c via PCA9306 - u45 */ |
Michal Simek | 2fde09e | 2018-03-27 10:38:08 +0200 | [diff] [blame] | 498 | i2c-mux@74 { /* u34 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 499 | compatible = "nxp,pca9548"; |
| 500 | #address-cells = <1>; |
| 501 | #size-cells = <0>; |
| 502 | reg = <0x74>; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 503 | i2c@0 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 504 | #address-cells = <1>; |
| 505 | #size-cells = <0>; |
| 506 | reg = <0>; |
| 507 | /* |
| 508 | * IIC_EEPROM 1kB memory which uses 256B blocks |
| 509 | * where every block has different address. |
| 510 | * 0 - 256B address 0x54 |
| 511 | * 256B - 512B address 0x55 |
| 512 | * 512B - 768B address 0x56 |
| 513 | * 768B - 1024B address 0x57 |
| 514 | */ |
Michal Simek | c9ce08d | 2017-11-02 11:42:12 +0100 | [diff] [blame] | 515 | eeprom: eeprom@54 { /* u23 */ |
Michal Simek | 28cf3ba | 2018-03-27 10:54:25 +0200 | [diff] [blame] | 516 | compatible = "atmel,24c08"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 517 | reg = <0x54>; |
| 518 | }; |
| 519 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 520 | i2c@1 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 521 | #address-cells = <1>; |
| 522 | #size-cells = <0>; |
| 523 | reg = <1>; |
Michal Simek | 68ddc17 | 2018-03-27 10:39:53 +0200 | [diff] [blame] | 524 | si5341: clock-generator@36 { /* SI5341 - u69 */ |
Michal Simek | 7b5a7a4 | 2018-03-27 12:48:30 +0200 | [diff] [blame] | 525 | compatible = "silabs,si5341"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 526 | reg = <0x36>; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 527 | #clock-cells = <2>; |
| 528 | #address-cells = <1>; |
| 529 | #size-cells = <0>; |
| 530 | clocks = <&ref48>; |
| 531 | clock-names = "xtal"; |
| 532 | clock-output-names = "si5341"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 533 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 534 | si5341_0: out@0 { |
| 535 | /* refclk0 for PS-GT, used for DP */ |
| 536 | reg = <0>; |
| 537 | always-on; |
| 538 | }; |
| 539 | si5341_2: out@2 { |
| 540 | /* refclk2 for PS-GT, used for USB3 */ |
| 541 | reg = <2>; |
| 542 | always-on; |
| 543 | }; |
| 544 | si5341_3: out@3 { |
| 545 | /* refclk3 for PS-GT, used for SATA */ |
| 546 | reg = <3>; |
| 547 | always-on; |
| 548 | }; |
| 549 | si5341_4: out@4 { |
| 550 | /* refclk4 for PS-GT, used for PCIE slot */ |
| 551 | reg = <4>; |
| 552 | always-on; |
| 553 | }; |
| 554 | si5341_5: out@5 { |
| 555 | /* refclk5 for PS-GT, used for PCIE */ |
| 556 | reg = <5>; |
| 557 | always-on; |
| 558 | }; |
| 559 | si5341_6: out@6 { |
| 560 | /* refclk6 PL CLK125 */ |
| 561 | reg = <6>; |
| 562 | always-on; |
| 563 | }; |
| 564 | si5341_7: out@7 { |
| 565 | /* refclk7 PL CLK74 */ |
| 566 | reg = <7>; |
| 567 | always-on; |
| 568 | }; |
| 569 | si5341_9: out@9 { |
| 570 | /* refclk9 used for PS_REF_CLK 33.3 MHz */ |
| 571 | reg = <9>; |
| 572 | always-on; |
| 573 | }; |
| 574 | }; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 575 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 576 | i2c@2 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 577 | #address-cells = <1>; |
| 578 | #size-cells = <0>; |
| 579 | reg = <2>; |
Michal Simek | 68ddc17 | 2018-03-27 10:39:53 +0200 | [diff] [blame] | 580 | si570_1: clock-generator@5d { /* USER SI570 - u42 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 581 | #clock-cells = <0>; |
| 582 | compatible = "silabs,si570"; |
| 583 | reg = <0x5d>; |
| 584 | temperature-stability = <50>; |
| 585 | factory-fout = <300000000>; |
| 586 | clock-frequency = <300000000>; |
Michal Simek | 3cf07bf | 2018-07-18 12:10:02 +0200 | [diff] [blame] | 587 | clock-output-names = "si570_user"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 588 | }; |
| 589 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 590 | i2c@3 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 591 | #address-cells = <1>; |
| 592 | #size-cells = <0>; |
| 593 | reg = <3>; |
Michal Simek | 68ddc17 | 2018-03-27 10:39:53 +0200 | [diff] [blame] | 594 | si570_2: clock-generator@5d { /* USER MGT SI570 - u56 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 595 | #clock-cells = <0>; |
| 596 | compatible = "silabs,si570"; |
| 597 | reg = <0x5d>; |
| 598 | temperature-stability = <50>; /* copy from zc702 */ |
| 599 | factory-fout = <156250000>; |
| 600 | clock-frequency = <148500000>; |
Michal Simek | 3cf07bf | 2018-07-18 12:10:02 +0200 | [diff] [blame] | 601 | clock-output-names = "si570_mgt"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 602 | }; |
| 603 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 604 | i2c@4 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 605 | #address-cells = <1>; |
| 606 | #size-cells = <0>; |
| 607 | reg = <4>; |
Michal Simek | 68ddc17 | 2018-03-27 10:39:53 +0200 | [diff] [blame] | 608 | si5328: clock-generator@69 {/* SI5328 - u20 */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 609 | compatible = "silabs,si5328"; |
| 610 | reg = <0x69>; |
Michal Simek | 20c1779 | 2017-11-02 12:45:10 +0100 | [diff] [blame] | 611 | /* |
| 612 | * Chip has interrupt present connected to PL |
| 613 | * interrupt-parent = <&>; |
| 614 | * interrupts = <>; |
| 615 | */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 616 | }; |
| 617 | }; |
| 618 | /* 5 - 7 unconnected */ |
| 619 | }; |
| 620 | |
Michal Simek | 2fde09e | 2018-03-27 10:38:08 +0200 | [diff] [blame] | 621 | i2c-mux@75 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 622 | compatible = "nxp,pca9548"; /* u135 */ |
| 623 | #address-cells = <1>; |
| 624 | #size-cells = <0>; |
| 625 | reg = <0x75>; |
| 626 | |
| 627 | i2c@0 { |
| 628 | #address-cells = <1>; |
| 629 | #size-cells = <0>; |
| 630 | reg = <0>; |
| 631 | /* HPC0_IIC */ |
| 632 | }; |
| 633 | i2c@1 { |
| 634 | #address-cells = <1>; |
| 635 | #size-cells = <0>; |
| 636 | reg = <1>; |
| 637 | /* HPC1_IIC */ |
| 638 | }; |
| 639 | i2c@2 { |
| 640 | #address-cells = <1>; |
| 641 | #size-cells = <0>; |
| 642 | reg = <2>; |
| 643 | /* SYSMON */ |
| 644 | }; |
Michal Simek | d45b440 | 2018-03-27 10:47:26 +0200 | [diff] [blame] | 645 | i2c@3 { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 646 | #address-cells = <1>; |
| 647 | #size-cells = <0>; |
| 648 | reg = <3>; |
| 649 | /* DDR4 SODIMM */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 650 | }; |
| 651 | i2c@4 { |
| 652 | #address-cells = <1>; |
| 653 | #size-cells = <0>; |
| 654 | reg = <4>; |
| 655 | /* SEP 3 */ |
| 656 | }; |
| 657 | i2c@5 { |
| 658 | #address-cells = <1>; |
| 659 | #size-cells = <0>; |
| 660 | reg = <5>; |
| 661 | /* SEP 2 */ |
| 662 | }; |
| 663 | i2c@6 { |
| 664 | #address-cells = <1>; |
| 665 | #size-cells = <0>; |
| 666 | reg = <6>; |
| 667 | /* SEP 1 */ |
| 668 | }; |
| 669 | i2c@7 { |
| 670 | #address-cells = <1>; |
| 671 | #size-cells = <0>; |
| 672 | reg = <7>; |
| 673 | /* SEP 0 */ |
| 674 | }; |
| 675 | }; |
| 676 | }; |
| 677 | |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 678 | &pinctrl0 { |
| 679 | status = "okay"; |
| 680 | pinctrl_i2c0_default: i2c0-default { |
| 681 | mux { |
| 682 | groups = "i2c0_3_grp"; |
| 683 | function = "i2c0"; |
| 684 | }; |
| 685 | |
| 686 | conf { |
| 687 | groups = "i2c0_3_grp"; |
| 688 | bias-pull-up; |
| 689 | slew-rate = <SLEW_RATE_SLOW>; |
| 690 | power-source = <IO_STANDARD_LVCMOS18>; |
| 691 | }; |
| 692 | }; |
| 693 | |
| 694 | pinctrl_i2c0_gpio: i2c0-gpio { |
| 695 | mux { |
| 696 | groups = "gpio0_14_grp", "gpio0_15_grp"; |
| 697 | function = "gpio0"; |
| 698 | }; |
| 699 | |
| 700 | conf { |
| 701 | groups = "gpio0_14_grp", "gpio0_15_grp"; |
| 702 | slew-rate = <SLEW_RATE_SLOW>; |
| 703 | power-source = <IO_STANDARD_LVCMOS18>; |
| 704 | }; |
| 705 | }; |
| 706 | |
| 707 | pinctrl_i2c1_default: i2c1-default { |
| 708 | mux { |
| 709 | groups = "i2c1_4_grp"; |
| 710 | function = "i2c1"; |
| 711 | }; |
| 712 | |
| 713 | conf { |
| 714 | groups = "i2c1_4_grp"; |
| 715 | bias-pull-up; |
| 716 | slew-rate = <SLEW_RATE_SLOW>; |
| 717 | power-source = <IO_STANDARD_LVCMOS18>; |
| 718 | }; |
| 719 | }; |
| 720 | |
| 721 | pinctrl_i2c1_gpio: i2c1-gpio { |
| 722 | mux { |
| 723 | groups = "gpio0_16_grp", "gpio0_17_grp"; |
| 724 | function = "gpio0"; |
| 725 | }; |
| 726 | |
| 727 | conf { |
| 728 | groups = "gpio0_16_grp", "gpio0_17_grp"; |
| 729 | slew-rate = <SLEW_RATE_SLOW>; |
| 730 | power-source = <IO_STANDARD_LVCMOS18>; |
| 731 | }; |
| 732 | }; |
| 733 | |
| 734 | pinctrl_uart0_default: uart0-default { |
| 735 | mux { |
| 736 | groups = "uart0_4_grp"; |
| 737 | function = "uart0"; |
| 738 | }; |
| 739 | |
| 740 | conf { |
| 741 | groups = "uart0_4_grp"; |
| 742 | slew-rate = <SLEW_RATE_SLOW>; |
| 743 | power-source = <IO_STANDARD_LVCMOS18>; |
| 744 | }; |
| 745 | |
| 746 | conf-rx { |
| 747 | pins = "MIO18"; |
| 748 | bias-high-impedance; |
| 749 | }; |
| 750 | |
| 751 | conf-tx { |
| 752 | pins = "MIO19"; |
| 753 | bias-disable; |
| 754 | }; |
| 755 | }; |
| 756 | |
| 757 | pinctrl_uart1_default: uart1-default { |
| 758 | mux { |
| 759 | groups = "uart1_5_grp"; |
| 760 | function = "uart1"; |
| 761 | }; |
| 762 | |
| 763 | conf { |
| 764 | groups = "uart1_5_grp"; |
| 765 | slew-rate = <SLEW_RATE_SLOW>; |
| 766 | power-source = <IO_STANDARD_LVCMOS18>; |
| 767 | }; |
| 768 | |
| 769 | conf-rx { |
| 770 | pins = "MIO21"; |
| 771 | bias-high-impedance; |
| 772 | }; |
| 773 | |
| 774 | conf-tx { |
| 775 | pins = "MIO20"; |
| 776 | bias-disable; |
| 777 | }; |
| 778 | }; |
| 779 | |
| 780 | pinctrl_usb0_default: usb0-default { |
| 781 | mux { |
| 782 | groups = "usb0_0_grp"; |
| 783 | function = "usb0"; |
| 784 | }; |
| 785 | |
| 786 | conf { |
| 787 | groups = "usb0_0_grp"; |
| 788 | slew-rate = <SLEW_RATE_SLOW>; |
| 789 | power-source = <IO_STANDARD_LVCMOS18>; |
| 790 | }; |
| 791 | |
| 792 | conf-rx { |
| 793 | pins = "MIO52", "MIO53", "MIO55"; |
| 794 | bias-high-impedance; |
| 795 | }; |
| 796 | |
| 797 | conf-tx { |
| 798 | pins = "MIO54", "MIO56", "MIO57", "MIO58", "MIO59", |
| 799 | "MIO60", "MIO61", "MIO62", "MIO63"; |
| 800 | bias-disable; |
| 801 | }; |
| 802 | }; |
| 803 | |
| 804 | pinctrl_gem3_default: gem3-default { |
| 805 | mux { |
| 806 | function = "ethernet3"; |
| 807 | groups = "ethernet3_0_grp"; |
| 808 | }; |
| 809 | |
| 810 | conf { |
| 811 | groups = "ethernet3_0_grp"; |
| 812 | slew-rate = <SLEW_RATE_SLOW>; |
| 813 | power-source = <IO_STANDARD_LVCMOS18>; |
| 814 | }; |
| 815 | |
| 816 | conf-rx { |
| 817 | pins = "MIO70", "MIO71", "MIO72", "MIO73", "MIO74", |
| 818 | "MIO75"; |
| 819 | bias-high-impedance; |
| 820 | low-power-disable; |
| 821 | }; |
| 822 | |
| 823 | conf-tx { |
| 824 | pins = "MIO64", "MIO65", "MIO66", "MIO67", "MIO68", |
| 825 | "MIO69"; |
| 826 | bias-disable; |
| 827 | low-power-enable; |
| 828 | }; |
| 829 | |
| 830 | mux-mdio { |
| 831 | function = "mdio3"; |
| 832 | groups = "mdio3_0_grp"; |
| 833 | }; |
| 834 | |
| 835 | conf-mdio { |
| 836 | groups = "mdio3_0_grp"; |
| 837 | slew-rate = <SLEW_RATE_SLOW>; |
| 838 | power-source = <IO_STANDARD_LVCMOS18>; |
| 839 | bias-disable; |
| 840 | }; |
| 841 | }; |
| 842 | |
| 843 | pinctrl_can1_default: can1-default { |
| 844 | mux { |
| 845 | function = "can1"; |
| 846 | groups = "can1_6_grp"; |
| 847 | }; |
| 848 | |
| 849 | conf { |
| 850 | groups = "can1_6_grp"; |
| 851 | slew-rate = <SLEW_RATE_SLOW>; |
| 852 | power-source = <IO_STANDARD_LVCMOS18>; |
| 853 | }; |
| 854 | |
| 855 | conf-rx { |
| 856 | pins = "MIO25"; |
| 857 | bias-high-impedance; |
| 858 | }; |
| 859 | |
| 860 | conf-tx { |
| 861 | pins = "MIO24"; |
| 862 | bias-disable; |
| 863 | }; |
| 864 | }; |
| 865 | |
| 866 | pinctrl_sdhci1_default: sdhci1-default { |
| 867 | mux { |
| 868 | groups = "sdio1_0_grp"; |
| 869 | function = "sdio1"; |
| 870 | }; |
| 871 | |
| 872 | conf { |
| 873 | groups = "sdio1_0_grp"; |
| 874 | slew-rate = <SLEW_RATE_SLOW>; |
| 875 | power-source = <IO_STANDARD_LVCMOS18>; |
| 876 | bias-disable; |
| 877 | }; |
| 878 | |
| 879 | mux-cd { |
| 880 | groups = "sdio1_cd_0_grp"; |
| 881 | function = "sdio1_cd"; |
| 882 | }; |
| 883 | |
| 884 | conf-cd { |
| 885 | groups = "sdio1_cd_0_grp"; |
| 886 | bias-high-impedance; |
| 887 | bias-pull-up; |
| 888 | slew-rate = <SLEW_RATE_SLOW>; |
| 889 | power-source = <IO_STANDARD_LVCMOS18>; |
| 890 | }; |
| 891 | |
| 892 | mux-wp { |
| 893 | groups = "sdio1_wp_0_grp"; |
| 894 | function = "sdio1_wp"; |
| 895 | }; |
| 896 | |
| 897 | conf-wp { |
| 898 | groups = "sdio1_wp_0_grp"; |
| 899 | bias-high-impedance; |
| 900 | bias-pull-up; |
| 901 | slew-rate = <SLEW_RATE_SLOW>; |
| 902 | power-source = <IO_STANDARD_LVCMOS18>; |
| 903 | }; |
| 904 | }; |
| 905 | |
| 906 | pinctrl_gpio_default: gpio-default { |
| 907 | mux-sw { |
| 908 | function = "gpio0"; |
| 909 | groups = "gpio0_22_grp", "gpio0_23_grp"; |
| 910 | }; |
| 911 | |
| 912 | conf-sw { |
| 913 | groups = "gpio0_22_grp", "gpio0_23_grp"; |
| 914 | slew-rate = <SLEW_RATE_SLOW>; |
| 915 | power-source = <IO_STANDARD_LVCMOS18>; |
| 916 | }; |
| 917 | |
| 918 | mux-msp { |
| 919 | function = "gpio0"; |
| 920 | groups = "gpio0_13_grp", "gpio0_38_grp"; |
| 921 | }; |
| 922 | |
| 923 | conf-msp { |
| 924 | groups = "gpio0_13_grp", "gpio0_38_grp"; |
| 925 | slew-rate = <SLEW_RATE_SLOW>; |
| 926 | power-source = <IO_STANDARD_LVCMOS18>; |
| 927 | }; |
| 928 | |
| 929 | conf-pull-up { |
| 930 | pins = "MIO22", "MIO23"; |
| 931 | bias-pull-up; |
| 932 | }; |
| 933 | |
| 934 | conf-pull-none { |
| 935 | pins = "MIO13", "MIO38"; |
| 936 | bias-disable; |
| 937 | }; |
| 938 | }; |
| 939 | }; |
| 940 | |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 941 | &pcie { |
Bharat Kumar Gogada | e646435 | 2017-01-30 12:06:02 +0530 | [diff] [blame] | 942 | status = "okay"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 943 | }; |
| 944 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 945 | &psgtr { |
| 946 | status = "okay"; |
| 947 | /* pcie, sata, usb3, dp */ |
| 948 | clocks = <&si5341 0 5>, <&si5341 0 3>, <&si5341 0 2>, <&si5341 0 0>; |
| 949 | clock-names = "ref0", "ref1", "ref2", "ref3"; |
| 950 | }; |
| 951 | |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 952 | &qspi { |
| 953 | status = "okay"; |
| 954 | is-dual = <1>; |
| 955 | flash@0 { |
Neil Armstrong | a009fa7 | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 956 | compatible = "m25p80", "jedec,spi-nor"; /* 32MB */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 957 | #address-cells = <1>; |
| 958 | #size-cells = <1>; |
| 959 | reg = <0x0>; |
| 960 | spi-tx-bus-width = <1>; |
| 961 | spi-rx-bus-width = <4>; /* FIXME also DUAL configuration possible */ |
| 962 | spi-max-frequency = <108000000>; /* Based on DC1 spec */ |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 963 | partition@0 { /* for testing purpose */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 964 | label = "qspi-fsbl-uboot"; |
| 965 | reg = <0x0 0x100000>; |
| 966 | }; |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 967 | partition@100000 { /* for testing purpose */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 968 | label = "qspi-linux"; |
| 969 | reg = <0x100000 0x500000>; |
| 970 | }; |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 971 | partition@600000 { /* for testing purpose */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 972 | label = "qspi-device-tree"; |
| 973 | reg = <0x600000 0x20000>; |
| 974 | }; |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 975 | partition@620000 { /* for testing purpose */ |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 976 | label = "qspi-rootfs"; |
| 977 | reg = <0x620000 0x5E0000>; |
| 978 | }; |
| 979 | }; |
| 980 | }; |
| 981 | |
| 982 | &rtc { |
| 983 | status = "okay"; |
| 984 | }; |
| 985 | |
| 986 | &sata { |
| 987 | status = "okay"; |
| 988 | /* SATA OOB timing settings */ |
| 989 | ceva,p0-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>; |
| 990 | ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; |
| 991 | ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; |
| 992 | ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>; |
| 993 | ceva,p1-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>; |
| 994 | ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; |
| 995 | ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; |
| 996 | ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>; |
Michal Simek | d5ba4f2 | 2017-12-01 15:50:31 +0100 | [diff] [blame] | 997 | phy-names = "sata-phy"; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 998 | phys = <&psgtr 3 PHY_TYPE_SATA 1 1>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 999 | }; |
| 1000 | |
| 1001 | /* SD1 with level shifter */ |
| 1002 | &sdhci1 { |
| 1003 | status = "okay"; |
Manish Narani | e2ba093 | 2020-02-13 23:37:30 -0700 | [diff] [blame] | 1004 | /* |
| 1005 | * 1.0 revision has level shifter and this property should be |
| 1006 | * removed for supporting UHS mode |
| 1007 | */ |
| 1008 | no-1-8-v; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 1009 | pinctrl-names = "default"; |
| 1010 | pinctrl-0 = <&pinctrl_sdhci1_default>; |
Michal Simek | 3b66264 | 2020-07-22 17:42:43 +0200 | [diff] [blame] | 1011 | xlnx,mio-bank = <1>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1012 | }; |
| 1013 | |
| 1014 | &uart0 { |
| 1015 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 1016 | pinctrl-names = "default"; |
| 1017 | pinctrl-0 = <&pinctrl_uart0_default>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1018 | }; |
| 1019 | |
| 1020 | &uart1 { |
| 1021 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 1022 | pinctrl-names = "default"; |
| 1023 | pinctrl-0 = <&pinctrl_uart1_default>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1024 | }; |
| 1025 | |
| 1026 | /* ULPI SMSC USB3320 */ |
| 1027 | &usb0 { |
| 1028 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 1029 | pinctrl-names = "default"; |
| 1030 | pinctrl-0 = <&pinctrl_usb0_default>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1031 | }; |
| 1032 | |
| 1033 | &dwc3_0 { |
| 1034 | status = "okay"; |
| 1035 | dr_mode = "host"; |
Michal Simek | d5ba4f2 | 2017-12-01 15:50:31 +0100 | [diff] [blame] | 1036 | snps,usb3_lpm_capable; |
Michal Simek | fe8cb0c | 2021-05-10 14:55:34 +0200 | [diff] [blame] | 1037 | phy-names = "usb3-phy"; |
| 1038 | phys = <&psgtr 2 PHY_TYPE_USB3 0 2>; |
Michal Simek | d5ba4f2 | 2017-12-01 15:50:31 +0100 | [diff] [blame] | 1039 | maximum-speed = "super-speed"; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1040 | }; |
| 1041 | |
Shubhrajyoti Datta | e036cd6 | 2017-04-06 12:28:14 +0530 | [diff] [blame] | 1042 | &watchdog0 { |
| 1043 | status = "okay"; |
| 1044 | }; |
| 1045 | |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1046 | &xilinx_ams { |
| 1047 | status = "okay"; |
| 1048 | }; |
| 1049 | |
| 1050 | &ams_ps { |
| 1051 | status = "okay"; |
| 1052 | }; |
| 1053 | |
| 1054 | &ams_pl { |
| 1055 | status = "okay"; |
| 1056 | }; |
| 1057 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 1058 | &zynqmp_dpdma { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1059 | status = "okay"; |
| 1060 | }; |
| 1061 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 1062 | &zynqmp_dpsub { |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1063 | status = "okay"; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 1064 | phy-names = "dp-phy0"; |
| 1065 | phys = <&psgtr 1 PHY_TYPE_DP 0 3>; |
Michal Simek | 5fc61c8 | 2016-04-07 15:58:23 +0200 | [diff] [blame] | 1066 | }; |