Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * dts file for KV260 revA Carrier Card |
| 4 | * |
Michal Simek | 40d8349 | 2021-06-14 15:07:07 +0200 | [diff] [blame] | 5 | * (C) Copyright 2020 - 2021, Xilinx, Inc. |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 6 | * |
Michal Simek | a8c9436 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 7 | * Michal Simek <michal.simek@amd.com> |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 8 | */ |
| 9 | |
Michal Simek | d9824aa | 2021-08-06 11:12:29 +0200 | [diff] [blame] | 10 | #include <dt-bindings/gpio/gpio.h> |
| 11 | #include <dt-bindings/net/ti-dp83867.h> |
| 12 | #include <dt-bindings/phy/phy.h> |
| 13 | #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 14 | |
| 15 | /dts-v1/; |
| 16 | /plugin/; |
| 17 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 18 | &{/} { |
Michal Simek | 045d031 | 2023-07-10 14:37:34 +0200 | [diff] [blame] | 19 | compatible = "xlnx,zynqmp-sk-kv260-rev2", |
| 20 | "xlnx,zynqmp-sk-kv260-rev1", |
Michal Simek | 20fddd7 | 2021-06-10 18:52:14 +0200 | [diff] [blame] | 21 | "xlnx,zynqmp-sk-kv260-revB", |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 22 | "xlnx,zynqmp-sk-kv260", "xlnx,zynqmp"; |
Michal Simek | f2d270d | 2023-01-18 13:04:14 +0100 | [diff] [blame] | 23 | model = "ZynqMP KV260 revB"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 24 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 25 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 26 | &i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */ |
| 27 | #address-cells = <1>; |
| 28 | #size-cells = <0>; |
| 29 | pinctrl-names = "default", "gpio"; |
| 30 | pinctrl-0 = <&pinctrl_i2c1_default>; |
| 31 | pinctrl-1 = <&pinctrl_i2c1_gpio>; |
Manikanta Guntupalli | cc45c9c | 2023-07-10 14:37:28 +0200 | [diff] [blame] | 32 | scl-gpios = <&gpio 24 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; |
| 33 | sda-gpios = <&gpio 25 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 34 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 35 | u14: ina260@40 { /* u14 */ |
| 36 | compatible = "ti,ina260"; |
| 37 | #io-channel-cells = <1>; |
| 38 | label = "ina260-u14"; |
| 39 | reg = <0x40>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 40 | }; |
Michal Simek | 1a9fe83 | 2022-02-23 16:17:37 +0100 | [diff] [blame] | 41 | /* u43 - 0x2d - USB hub */ |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 42 | /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */ |
| 43 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 44 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 45 | &amba { |
| 46 | ina260-u14 { |
| 47 | compatible = "iio-hwmon"; |
| 48 | io-channels = <&u14 0>, <&u14 1>, <&u14 2>; |
| 49 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 50 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 51 | si5332_0: si5332_0 { /* u17 */ |
| 52 | compatible = "fixed-clock"; |
| 53 | #clock-cells = <0>; |
| 54 | clock-frequency = <125000000>; |
| 55 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 56 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 57 | si5332_1: si5332_1 { /* u17 */ |
| 58 | compatible = "fixed-clock"; |
| 59 | #clock-cells = <0>; |
| 60 | clock-frequency = <25000000>; |
| 61 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 62 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 63 | si5332_2: si5332_2 { /* u17 */ |
| 64 | compatible = "fixed-clock"; |
| 65 | #clock-cells = <0>; |
| 66 | clock-frequency = <48000000>; |
| 67 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 68 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 69 | si5332_3: si5332_3 { /* u17 */ |
| 70 | compatible = "fixed-clock"; |
| 71 | #clock-cells = <0>; |
| 72 | clock-frequency = <24000000>; |
| 73 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 74 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 75 | si5332_4: si5332_4 { /* u17 */ |
| 76 | compatible = "fixed-clock"; |
| 77 | #clock-cells = <0>; |
| 78 | clock-frequency = <26000000>; |
| 79 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 80 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 81 | si5332_5: si5332_5 { /* u17 */ |
| 82 | compatible = "fixed-clock"; |
| 83 | #clock-cells = <0>; |
| 84 | clock-frequency = <27000000>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 85 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 86 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 87 | |
| 88 | /* DP/USB 3.0 */ |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 89 | &psgtr { |
| 90 | status = "okay"; |
| 91 | /* pcie, usb3, sata */ |
| 92 | clocks = <&si5332_5>, <&si5332_4>, <&si5332_0>; |
| 93 | clock-names = "ref0", "ref1", "ref2"; |
| 94 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 95 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 96 | &zynqmp_dpsub { |
Michal Simek | f499a81 | 2022-02-23 16:17:41 +0100 | [diff] [blame] | 97 | status = "okay"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 98 | phy-names = "dp-phy0", "dp-phy1"; |
| 99 | phys = <&psgtr 1 PHY_TYPE_DP 0 0>, <&psgtr 0 PHY_TYPE_DP 1 0>; |
Michal Simek | eb10f6a | 2022-02-23 16:17:38 +0100 | [diff] [blame] | 100 | assigned-clock-rates = <27000000>, <25000000>, <300000000>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 101 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 102 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 103 | &zynqmp_dpdma { |
| 104 | status = "okay"; |
Michal Simek | eb10f6a | 2022-02-23 16:17:38 +0100 | [diff] [blame] | 105 | assigned-clock-rates = <600000000>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 106 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 107 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 108 | &usb0 { |
| 109 | status = "okay"; |
| 110 | pinctrl-names = "default"; |
| 111 | pinctrl-0 = <&pinctrl_usb0_default>; |
Manish Narani | f3c6338 | 2021-07-14 06:17:19 -0600 | [diff] [blame] | 112 | phy-names = "usb3-phy"; |
| 113 | phys = <&psgtr 2 PHY_TYPE_USB3 0 1>; |
Michal Simek | bd8ca91 | 2022-02-23 16:17:39 +0100 | [diff] [blame] | 114 | assigned-clock-rates = <250000000>, <20000000>; |
Michal Simek | 1a9fe83 | 2022-02-23 16:17:37 +0100 | [diff] [blame] | 115 | |
| 116 | usb5744: usb-hub { /* u43 */ |
| 117 | status = "okay"; |
| 118 | compatible = "microchip,usb5744"; |
| 119 | i2c-bus = <&i2c1>; |
Michal Simek | b993fec | 2022-02-23 16:17:42 +0100 | [diff] [blame] | 120 | reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>; |
Michal Simek | 1a9fe83 | 2022-02-23 16:17:37 +0100 | [diff] [blame] | 121 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 122 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 123 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 124 | &dwc3_0 { |
| 125 | status = "okay"; |
| 126 | dr_mode = "host"; |
| 127 | snps,usb3_lpm_capable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 128 | maximum-speed = "super-speed"; |
| 129 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 130 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 131 | &sdhci1 { /* on CC with tuned parameters */ |
| 132 | status = "okay"; |
| 133 | pinctrl-names = "default"; |
| 134 | pinctrl-0 = <&pinctrl_sdhci1_default>; |
| 135 | /* |
| 136 | * SD 3.0 requires level shifter and this property |
| 137 | * should be removed if the board has level shifter and |
| 138 | * need to work in UHS mode |
| 139 | */ |
| 140 | no-1-8-v; |
| 141 | disable-wp; |
| 142 | xlnx,mio-bank = <1>; |
| 143 | clk-phase-sd-hs = <126>, <60>; |
| 144 | clk-phase-uhs-sdr25 = <120>, <60>; |
| 145 | clk-phase-uhs-ddr50 = <126>, <48>; |
Michal Simek | bd8ca91 | 2022-02-23 16:17:39 +0100 | [diff] [blame] | 146 | assigned-clock-rates = <187498123>; |
| 147 | bus-width = <8>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 148 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 149 | |
Michal Simek | 9398734 | 2023-02-20 09:09:04 +0100 | [diff] [blame] | 150 | &gem3 { |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 151 | status = "okay"; |
| 152 | pinctrl-names = "default"; |
| 153 | pinctrl-0 = <&pinctrl_gem3_default>; |
| 154 | phy-handle = <&phy0>; |
| 155 | phy-mode = "rgmii-id"; |
Harini Katakam | 451f57f | 2023-07-10 14:37:33 +0200 | [diff] [blame] | 156 | assigned-clock-rates = <250000000>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 157 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 158 | mdio: mdio { |
| 159 | #address-cells = <1>; |
| 160 | #size-cells = <0>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 161 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 162 | phy0: ethernet-phy@1 { |
| 163 | #phy-cells = <1>; |
| 164 | reg = <1>; |
Michal Simek | 01b0112 | 2022-02-23 16:17:40 +0100 | [diff] [blame] | 165 | compatible = "ethernet-phy-id2000.a231"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 166 | ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>; |
| 167 | ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>; |
| 168 | ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; |
| 169 | ti,dp83867-rxctrl-strap-quirk; |
Michal Simek | 01b0112 | 2022-02-23 16:17:40 +0100 | [diff] [blame] | 170 | reset-assert-us = <100>; |
| 171 | reset-deassert-us = <280>; |
| 172 | reset-gpios = <&gpio 38 GPIO_ACTIVE_LOW>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 173 | }; |
| 174 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 175 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 176 | |
Michal Simek | 9398734 | 2023-02-20 09:09:04 +0100 | [diff] [blame] | 177 | &pinctrl0 { |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 178 | status = "okay"; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 179 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 180 | pinctrl_uart1_default: uart1-default { |
| 181 | conf { |
| 182 | groups = "uart1_9_grp"; |
| 183 | slew-rate = <SLEW_RATE_SLOW>; |
| 184 | power-source = <IO_STANDARD_LVCMOS18>; |
| 185 | drive-strength = <12>; |
| 186 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 187 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 188 | conf-rx { |
| 189 | pins = "MIO37"; |
| 190 | bias-high-impedance; |
| 191 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 192 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 193 | conf-tx { |
| 194 | pins = "MIO36"; |
| 195 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame^] | 196 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 197 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 198 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 199 | mux { |
| 200 | groups = "uart1_9_grp"; |
| 201 | function = "uart1"; |
| 202 | }; |
| 203 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 204 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 205 | pinctrl_i2c1_default: i2c1-default { |
| 206 | conf { |
| 207 | groups = "i2c1_6_grp"; |
| 208 | bias-pull-up; |
| 209 | slew-rate = <SLEW_RATE_SLOW>; |
| 210 | power-source = <IO_STANDARD_LVCMOS18>; |
| 211 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 212 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 213 | mux { |
| 214 | groups = "i2c1_6_grp"; |
| 215 | function = "i2c1"; |
| 216 | }; |
| 217 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 218 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 219 | pinctrl_i2c1_gpio: i2c1-gpio { |
| 220 | conf { |
| 221 | groups = "gpio0_24_grp", "gpio0_25_grp"; |
| 222 | slew-rate = <SLEW_RATE_SLOW>; |
| 223 | power-source = <IO_STANDARD_LVCMOS18>; |
| 224 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 225 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 226 | mux { |
| 227 | groups = "gpio0_24_grp", "gpio0_25_grp"; |
| 228 | function = "gpio0"; |
| 229 | }; |
| 230 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 231 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 232 | pinctrl_gem3_default: gem3-default { |
| 233 | conf { |
| 234 | groups = "ethernet3_0_grp"; |
| 235 | slew-rate = <SLEW_RATE_SLOW>; |
| 236 | power-source = <IO_STANDARD_LVCMOS18>; |
| 237 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 238 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 239 | conf-rx { |
| 240 | pins = "MIO70", "MIO72", "MIO74"; |
| 241 | bias-high-impedance; |
| 242 | low-power-disable; |
| 243 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 244 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 245 | conf-bootstrap { |
| 246 | pins = "MIO71", "MIO73", "MIO75"; |
| 247 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame^] | 248 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 249 | low-power-disable; |
| 250 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 251 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 252 | conf-tx { |
| 253 | pins = "MIO64", "MIO65", "MIO66", |
| 254 | "MIO67", "MIO68", "MIO69"; |
| 255 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame^] | 256 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 257 | low-power-enable; |
| 258 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 259 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 260 | conf-mdio { |
| 261 | groups = "mdio3_0_grp"; |
| 262 | slew-rate = <SLEW_RATE_SLOW>; |
| 263 | power-source = <IO_STANDARD_LVCMOS18>; |
| 264 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame^] | 265 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 266 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 267 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 268 | mux-mdio { |
| 269 | function = "mdio3"; |
| 270 | groups = "mdio3_0_grp"; |
| 271 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 272 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 273 | mux { |
| 274 | function = "ethernet3"; |
| 275 | groups = "ethernet3_0_grp"; |
| 276 | }; |
| 277 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 278 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 279 | pinctrl_usb0_default: usb0-default { |
| 280 | conf { |
| 281 | groups = "usb0_0_grp"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 282 | power-source = <IO_STANDARD_LVCMOS18>; |
| 283 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 284 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 285 | conf-rx { |
| 286 | pins = "MIO52", "MIO53", "MIO55"; |
| 287 | bias-high-impedance; |
Ashok Reddy Soma | 4d0ecf6 | 2022-06-15 12:16:13 +0200 | [diff] [blame] | 288 | drive-strength = <12>; |
| 289 | slew-rate = <SLEW_RATE_FAST>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 290 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 291 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 292 | conf-tx { |
| 293 | pins = "MIO54", "MIO56", "MIO57", "MIO58", "MIO59", |
| 294 | "MIO60", "MIO61", "MIO62", "MIO63"; |
| 295 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame^] | 296 | output-enable; |
Ashok Reddy Soma | 4d0ecf6 | 2022-06-15 12:16:13 +0200 | [diff] [blame] | 297 | drive-strength = <4>; |
| 298 | slew-rate = <SLEW_RATE_SLOW>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 299 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 300 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 301 | mux { |
| 302 | groups = "usb0_0_grp"; |
| 303 | function = "usb0"; |
| 304 | }; |
| 305 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 306 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 307 | pinctrl_sdhci1_default: sdhci1-default { |
| 308 | conf { |
| 309 | groups = "sdio1_0_grp"; |
| 310 | slew-rate = <SLEW_RATE_SLOW>; |
| 311 | power-source = <IO_STANDARD_LVCMOS18>; |
| 312 | bias-disable; |
| 313 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 314 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 315 | conf-cd { |
| 316 | groups = "sdio1_cd_0_grp"; |
| 317 | bias-high-impedance; |
| 318 | bias-pull-up; |
| 319 | slew-rate = <SLEW_RATE_SLOW>; |
| 320 | power-source = <IO_STANDARD_LVCMOS18>; |
| 321 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 322 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 323 | mux-cd { |
| 324 | groups = "sdio1_cd_0_grp"; |
| 325 | function = "sdio1_cd"; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 326 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 327 | |
| 328 | mux { |
| 329 | groups = "sdio1_0_grp"; |
| 330 | function = "sdio1"; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 331 | }; |
| 332 | }; |
| 333 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 334 | |
| 335 | &uart1 { |
| 336 | status = "okay"; |
| 337 | pinctrl-names = "default"; |
| 338 | pinctrl-0 = <&pinctrl_uart1_default>; |
| 339 | }; |