1 // SPDX-License-Identifier: GPL-2.0 OR MIT 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 2 /* 2 /* 3 * Copyright (C) 2021 StarFive Technology Co., 3 * Copyright (C) 2021 StarFive Technology Co., Ltd. 4 * Copyright (C) 2021 Emil Renner Berthing <ker 4 * Copyright (C) 2021 Emil Renner Berthing <kernel@esmil.dk> 5 */ 5 */ 6 6 7 /dts-v1/; 7 /dts-v1/; 8 #include "jh7100.dtsi" 8 #include "jh7100.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/leds/common.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/pinctrl/pinctrl-starfive 11 #include <dt-bindings/pinctrl/pinctrl-starfive-jh7100.h> 12 12 13 / { 13 / { 14 aliases { 14 aliases { 15 mmc0 = &sdio0; 15 mmc0 = &sdio0; 16 mmc1 = &sdio1; 16 mmc1 = &sdio1; 17 serial0 = &uart3; 17 serial0 = &uart3; 18 }; 18 }; 19 19 20 chosen { 20 chosen { 21 stdout-path = "serial0:115200n 21 stdout-path = "serial0:115200n8"; 22 }; 22 }; 23 23 24 cpus { 24 cpus { 25 timebase-frequency = <6250000> 25 timebase-frequency = <6250000>; 26 }; 26 }; 27 27 28 memory@80000000 { 28 memory@80000000 { 29 device_type = "memory"; 29 device_type = "memory"; 30 reg = <0x0 0x80000000 0x2 0x0> 30 reg = <0x0 0x80000000 0x2 0x0>; 31 }; 31 }; 32 32 33 leds { 33 leds { 34 compatible = "gpio-leds"; 34 compatible = "gpio-leds"; 35 35 36 led-ack { 36 led-ack { 37 gpios = <&gpio 43 GPIO 37 gpios = <&gpio 43 GPIO_ACTIVE_HIGH>; 38 color = <LED_COLOR_ID_ 38 color = <LED_COLOR_ID_GREEN>; 39 function = LED_FUNCTIO 39 function = LED_FUNCTION_HEARTBEAT; 40 linux,default-trigger 40 linux,default-trigger = "heartbeat"; 41 label = "ack"; 41 label = "ack"; 42 }; 42 }; 43 }; 43 }; 44 44 45 reserved-memory { 45 reserved-memory { 46 #address-cells = <2>; 46 #address-cells = <2>; 47 #size-cells = <2>; 47 #size-cells = <2>; 48 ranges; 48 ranges; 49 49 50 dma-reserved@fa000000 { 50 dma-reserved@fa000000 { 51 reg = <0x0 0xfa000000 51 reg = <0x0 0xfa000000 0x0 0x1000000>; 52 no-map; 52 no-map; 53 }; 53 }; 54 54 55 linux,dma@107a000000 { 55 linux,dma@107a000000 { 56 compatible = "shared-d 56 compatible = "shared-dma-pool"; 57 reg = <0x10 0x7a000000 57 reg = <0x10 0x7a000000 0x0 0x1000000>; 58 no-map; 58 no-map; 59 linux,dma-default; 59 linux,dma-default; 60 }; 60 }; 61 }; 61 }; 62 62 63 soc { 63 soc { 64 dma-ranges = <0x00 0x80000000 64 dma-ranges = <0x00 0x80000000 0x00 0x80000000 0x00 0x7a000000>, 65 <0x00 0xfa000000 65 <0x00 0xfa000000 0x10 0x7a000000 0x00 0x01000000>, 66 <0x00 0xfb000000 66 <0x00 0xfb000000 0x00 0xfb000000 0x07 0x85000000>; 67 }; 67 }; 68 68 69 wifi_pwrseq: wifi-pwrseq { 69 wifi_pwrseq: wifi-pwrseq { 70 compatible = "mmc-pwrseq-simpl 70 compatible = "mmc-pwrseq-simple"; 71 reset-gpios = <&gpio 37 GPIO_A 71 reset-gpios = <&gpio 37 GPIO_ACTIVE_LOW>; 72 }; 72 }; 73 }; 73 }; 74 74 75 &gmac { 75 &gmac { 76 pinctrl-names = "default"; 76 pinctrl-names = "default"; 77 pinctrl-0 = <&gmac_pins>; 77 pinctrl-0 = <&gmac_pins>; 78 phy-mode = "rgmii-id"; 78 phy-mode = "rgmii-id"; 79 status = "okay"; 79 status = "okay"; 80 80 81 mdio: mdio { 81 mdio: mdio { 82 #address-cells = <1>; 82 #address-cells = <1>; 83 #size-cells = <0>; 83 #size-cells = <0>; 84 compatible = "snps,dwmac-mdio" 84 compatible = "snps,dwmac-mdio"; 85 }; 85 }; 86 }; 86 }; 87 87 88 &gpio { 88 &gpio { 89 gmac_pins: gmac-0 { 89 gmac_pins: gmac-0 { 90 gtxclk-pins { 90 gtxclk-pins { 91 pins = <PAD_FUNC_SHARE 91 pins = <PAD_FUNC_SHARE(115)>; 92 bias-pull-up; 92 bias-pull-up; 93 drive-strength = <35>; 93 drive-strength = <35>; 94 input-enable; 94 input-enable; 95 input-schmitt-enable; 95 input-schmitt-enable; 96 slew-rate = <0>; 96 slew-rate = <0>; 97 }; 97 }; 98 miitxclk-pins { 98 miitxclk-pins { 99 pins = <PAD_FUNC_SHARE 99 pins = <PAD_FUNC_SHARE(116)>; 100 bias-pull-up; 100 bias-pull-up; 101 drive-strength = <14>; 101 drive-strength = <14>; 102 input-enable; 102 input-enable; 103 input-schmitt-disable; 103 input-schmitt-disable; 104 slew-rate = <0>; 104 slew-rate = <0>; 105 }; 105 }; 106 tx-pins { 106 tx-pins { 107 pins = <PAD_FUNC_SHARE 107 pins = <PAD_FUNC_SHARE(117)>, 108 <PAD_FUNC_SHARE 108 <PAD_FUNC_SHARE(119)>, 109 <PAD_FUNC_SHARE 109 <PAD_FUNC_SHARE(120)>, 110 <PAD_FUNC_SHARE 110 <PAD_FUNC_SHARE(121)>, 111 <PAD_FUNC_SHARE 111 <PAD_FUNC_SHARE(122)>, 112 <PAD_FUNC_SHARE 112 <PAD_FUNC_SHARE(123)>, 113 <PAD_FUNC_SHARE 113 <PAD_FUNC_SHARE(124)>, 114 <PAD_FUNC_SHARE 114 <PAD_FUNC_SHARE(125)>, 115 <PAD_FUNC_SHARE 115 <PAD_FUNC_SHARE(126)>; 116 bias-pull-up; 116 bias-pull-up; 117 drive-strength = <35>; 117 drive-strength = <35>; 118 input-disable; 118 input-disable; 119 input-schmitt-disable; 119 input-schmitt-disable; 120 slew-rate = <0>; 120 slew-rate = <0>; 121 }; 121 }; 122 rxclk-pins { 122 rxclk-pins { 123 pins = <PAD_FUNC_SHARE 123 pins = <PAD_FUNC_SHARE(127)>; 124 bias-pull-up; 124 bias-pull-up; 125 drive-strength = <14>; 125 drive-strength = <14>; 126 input-enable; 126 input-enable; 127 input-schmitt-disable; 127 input-schmitt-disable; 128 slew-rate = <6>; 128 slew-rate = <6>; 129 }; 129 }; 130 rxer-pins { 130 rxer-pins { 131 pins = <PAD_FUNC_SHARE 131 pins = <PAD_FUNC_SHARE(129)>; 132 bias-pull-up; 132 bias-pull-up; 133 drive-strength = <14>; 133 drive-strength = <14>; 134 input-enable; 134 input-enable; 135 input-schmitt-disable; 135 input-schmitt-disable; 136 slew-rate = <0>; 136 slew-rate = <0>; 137 }; 137 }; 138 rx-pins { 138 rx-pins { 139 pins = <PAD_FUNC_SHARE 139 pins = <PAD_FUNC_SHARE(128)>, 140 <PAD_FUNC_SHARE 140 <PAD_FUNC_SHARE(130)>, 141 <PAD_FUNC_SHARE 141 <PAD_FUNC_SHARE(131)>, 142 <PAD_FUNC_SHARE 142 <PAD_FUNC_SHARE(132)>, 143 <PAD_FUNC_SHARE 143 <PAD_FUNC_SHARE(133)>, 144 <PAD_FUNC_SHARE 144 <PAD_FUNC_SHARE(134)>, 145 <PAD_FUNC_SHARE 145 <PAD_FUNC_SHARE(135)>, 146 <PAD_FUNC_SHARE 146 <PAD_FUNC_SHARE(136)>, 147 <PAD_FUNC_SHARE 147 <PAD_FUNC_SHARE(137)>, 148 <PAD_FUNC_SHARE 148 <PAD_FUNC_SHARE(138)>, 149 <PAD_FUNC_SHARE 149 <PAD_FUNC_SHARE(139)>, 150 <PAD_FUNC_SHARE 150 <PAD_FUNC_SHARE(140)>, 151 <PAD_FUNC_SHARE 151 <PAD_FUNC_SHARE(141)>; 152 bias-pull-up; 152 bias-pull-up; 153 drive-strength = <14>; 153 drive-strength = <14>; 154 input-enable; 154 input-enable; 155 input-schmitt-enable; 155 input-schmitt-enable; 156 slew-rate = <0>; 156 slew-rate = <0>; 157 }; 157 }; 158 }; 158 }; 159 159 160 i2c0_pins: i2c0-0 { 160 i2c0_pins: i2c0-0 { 161 i2c-pins { 161 i2c-pins { 162 pinmux = <GPIOMUX(62, 162 pinmux = <GPIOMUX(62, GPO_LOW, 163 GPO_I2C0_PAD 163 GPO_I2C0_PAD_SCK_OEN, 164 GPI_I2C0_PAD 164 GPI_I2C0_PAD_SCK_IN)>, 165 <GPIOMUX(61, 165 <GPIOMUX(61, GPO_LOW, 166 GPO_I2C0_PAD 166 GPO_I2C0_PAD_SDA_OEN, 167 GPI_I2C0_PAD 167 GPI_I2C0_PAD_SDA_IN)>; 168 bias-disable; /* exter 168 bias-disable; /* external pull-up */ 169 input-enable; 169 input-enable; 170 input-schmitt-enable; 170 input-schmitt-enable; 171 }; 171 }; 172 }; 172 }; 173 173 174 i2c1_pins: i2c1-0 { 174 i2c1_pins: i2c1-0 { 175 i2c-pins { 175 i2c-pins { 176 pinmux = <GPIOMUX(47, 176 pinmux = <GPIOMUX(47, GPO_LOW, 177 GPO_I2C1_PAD 177 GPO_I2C1_PAD_SCK_OEN, 178 GPI_I2C1_PAD 178 GPI_I2C1_PAD_SCK_IN)>, 179 <GPIOMUX(48, 179 <GPIOMUX(48, GPO_LOW, 180 GPO_I2C1_PAD 180 GPO_I2C1_PAD_SDA_OEN, 181 GPI_I2C1_PAD 181 GPI_I2C1_PAD_SDA_IN)>; 182 bias-pull-up; 182 bias-pull-up; 183 input-enable; 183 input-enable; 184 input-schmitt-enable; 184 input-schmitt-enable; 185 }; 185 }; 186 }; 186 }; 187 187 188 i2c2_pins: i2c2-0 { 188 i2c2_pins: i2c2-0 { 189 i2c-pins { 189 i2c-pins { 190 pinmux = <GPIOMUX(60, 190 pinmux = <GPIOMUX(60, GPO_LOW, 191 GPO_I2C2_PAD 191 GPO_I2C2_PAD_SCK_OEN, 192 GPI_I2C2_PAD 192 GPI_I2C2_PAD_SCK_IN)>, 193 <GPIOMUX(59, 193 <GPIOMUX(59, GPO_LOW, 194 GPO_I2C2_PAD 194 GPO_I2C2_PAD_SDA_OEN, 195 GPI_I2C2_PAD 195 GPI_I2C2_PAD_SDA_IN)>; 196 bias-disable; /* exter 196 bias-disable; /* external pull-up */ 197 input-enable; 197 input-enable; 198 input-schmitt-enable; 198 input-schmitt-enable; 199 }; 199 }; 200 }; 200 }; 201 201 202 pwm_pins: pwm-0 { 202 pwm_pins: pwm-0 { 203 pwm-pins { 203 pwm-pins { 204 pinmux = <GPIOMUX(7, 204 pinmux = <GPIOMUX(7, 205 GPO_PWM_PAD_ 205 GPO_PWM_PAD_OUT_BIT0, 206 GPO_PWM_PAD_ 206 GPO_PWM_PAD_OE_N_BIT0, 207 GPI_NONE)>, 207 GPI_NONE)>, 208 <GPIOMUX(5, 208 <GPIOMUX(5, 209 GPO_PWM_PAD_ 209 GPO_PWM_PAD_OUT_BIT1, 210 GPO_PWM_PAD_ 210 GPO_PWM_PAD_OE_N_BIT1, 211 GPI_NONE)>; 211 GPI_NONE)>; 212 bias-disable; 212 bias-disable; 213 drive-strength = <35>; 213 drive-strength = <35>; 214 input-disable; 214 input-disable; 215 input-schmitt-disable; 215 input-schmitt-disable; 216 slew-rate = <0>; 216 slew-rate = <0>; 217 }; 217 }; 218 }; 218 }; 219 219 220 sdio0_pins: sdio0-0 { 220 sdio0_pins: sdio0-0 { 221 clk-pins { 221 clk-pins { 222 pinmux = <GPIOMUX(54, 222 pinmux = <GPIOMUX(54, GPO_SDIO0_PAD_CCLK_OUT, 223 GPO_ENABLE, 223 GPO_ENABLE, GPI_NONE)>; 224 bias-disable; 224 bias-disable; 225 input-disable; 225 input-disable; 226 input-schmitt-disable; 226 input-schmitt-disable; 227 }; 227 }; 228 sdio-pins { 228 sdio-pins { 229 pinmux = <GPIOMUX(55, 229 pinmux = <GPIOMUX(55, GPO_LOW, GPO_DISABLE, 230 GPI_SDIO0_PA 230 GPI_SDIO0_PAD_CARD_DETECT_N)>, 231 <GPIOMUX(53, 231 <GPIOMUX(53, 232 GPO_SDIO0_PA 232 GPO_SDIO0_PAD_CCMD_OUT, 233 GPO_SDIO0_PA 233 GPO_SDIO0_PAD_CCMD_OEN, 234 GPI_SDIO0_PA 234 GPI_SDIO0_PAD_CCMD_IN)>, 235 <GPIOMUX(49, 235 <GPIOMUX(49, 236 GPO_SDIO0_PA 236 GPO_SDIO0_PAD_CDATA_OUT_BIT0, 237 GPO_SDIO0_PA 237 GPO_SDIO0_PAD_CDATA_OEN_BIT0, 238 GPI_SDIO0_PA 238 GPI_SDIO0_PAD_CDATA_IN_BIT0)>, 239 <GPIOMUX(50, 239 <GPIOMUX(50, 240 GPO_SDIO0_PA 240 GPO_SDIO0_PAD_CDATA_OUT_BIT1, 241 GPO_SDIO0_PA 241 GPO_SDIO0_PAD_CDATA_OEN_BIT1, 242 GPI_SDIO0_PA 242 GPI_SDIO0_PAD_CDATA_IN_BIT1)>, 243 <GPIOMUX(51, 243 <GPIOMUX(51, 244 GPO_SDIO0_PA 244 GPO_SDIO0_PAD_CDATA_OUT_BIT2, 245 GPO_SDIO0_PA 245 GPO_SDIO0_PAD_CDATA_OEN_BIT2, 246 GPI_SDIO0_PA 246 GPI_SDIO0_PAD_CDATA_IN_BIT2)>, 247 <GPIOMUX(52, 247 <GPIOMUX(52, 248 GPO_SDIO0_PA 248 GPO_SDIO0_PAD_CDATA_OUT_BIT3, 249 GPO_SDIO0_PA 249 GPO_SDIO0_PAD_CDATA_OEN_BIT3, 250 GPI_SDIO0_PA 250 GPI_SDIO0_PAD_CDATA_IN_BIT3)>; 251 bias-pull-up; 251 bias-pull-up; 252 input-enable; 252 input-enable; 253 input-schmitt-enable; 253 input-schmitt-enable; 254 }; 254 }; 255 }; 255 }; 256 256 257 sdio1_pins: sdio1-0 { 257 sdio1_pins: sdio1-0 { 258 clk-pins { 258 clk-pins { 259 pinmux = <GPIOMUX(33, 259 pinmux = <GPIOMUX(33, GPO_SDIO1_PAD_CCLK_OUT, 260 GPO_ENABLE, 260 GPO_ENABLE, GPI_NONE)>; 261 bias-disable; 261 bias-disable; 262 input-disable; 262 input-disable; 263 input-schmitt-disable; 263 input-schmitt-disable; 264 }; 264 }; 265 sdio-pins { 265 sdio-pins { 266 pinmux = <GPIOMUX(29, 266 pinmux = <GPIOMUX(29, 267 GPO_SDIO1_PA 267 GPO_SDIO1_PAD_CCMD_OUT, 268 GPO_SDIO1_PA 268 GPO_SDIO1_PAD_CCMD_OEN, 269 GPI_SDIO1_PA 269 GPI_SDIO1_PAD_CCMD_IN)>, 270 <GPIOMUX(36, 270 <GPIOMUX(36, 271 GPO_SDIO1_PA 271 GPO_SDIO1_PAD_CDATA_OUT_BIT0, 272 GPO_SDIO1_PA 272 GPO_SDIO1_PAD_CDATA_OEN_BIT0, 273 GPI_SDIO1_PA 273 GPI_SDIO1_PAD_CDATA_IN_BIT0)>, 274 <GPIOMUX(30, 274 <GPIOMUX(30, 275 GPO_SDIO1_PA 275 GPO_SDIO1_PAD_CDATA_OUT_BIT1, 276 GPO_SDIO1_PA 276 GPO_SDIO1_PAD_CDATA_OEN_BIT1, 277 GPI_SDIO1_PA 277 GPI_SDIO1_PAD_CDATA_IN_BIT1)>, 278 <GPIOMUX(34, 278 <GPIOMUX(34, 279 GPO_SDIO1_PA 279 GPO_SDIO1_PAD_CDATA_OUT_BIT2, 280 GPO_SDIO1_PA 280 GPO_SDIO1_PAD_CDATA_OEN_BIT2, 281 GPI_SDIO1_PA 281 GPI_SDIO1_PAD_CDATA_IN_BIT2)>, 282 <GPIOMUX(31, 282 <GPIOMUX(31, 283 GPO_SDIO1_PA 283 GPO_SDIO1_PAD_CDATA_OUT_BIT3, 284 GPO_SDIO1_PA 284 GPO_SDIO1_PAD_CDATA_OEN_BIT3, 285 GPI_SDIO1_PA 285 GPI_SDIO1_PAD_CDATA_IN_BIT3)>; 286 bias-pull-up; 286 bias-pull-up; 287 input-enable; 287 input-enable; 288 input-schmitt-enable; 288 input-schmitt-enable; 289 }; 289 }; 290 }; 290 }; 291 291 292 uart3_pins: uart3-0 { 292 uart3_pins: uart3-0 { 293 rx-pins { 293 rx-pins { 294 pinmux = <GPIOMUX(13, 294 pinmux = <GPIOMUX(13, GPO_LOW, GPO_DISABLE, 295 GPI_UART3_PA 295 GPI_UART3_PAD_SIN)>; 296 bias-pull-up; 296 bias-pull-up; 297 drive-strength = <14>; 297 drive-strength = <14>; 298 input-enable; 298 input-enable; 299 input-schmitt-enable; 299 input-schmitt-enable; 300 slew-rate = <0>; 300 slew-rate = <0>; 301 }; 301 }; 302 tx-pins { 302 tx-pins { 303 pinmux = <GPIOMUX(14, 303 pinmux = <GPIOMUX(14, GPO_UART3_PAD_SOUT, 304 GPO_ENABLE, 304 GPO_ENABLE, GPI_NONE)>; 305 bias-disable; 305 bias-disable; 306 drive-strength = <35>; 306 drive-strength = <35>; 307 input-disable; 307 input-disable; 308 input-schmitt-disable; 308 input-schmitt-disable; 309 slew-rate = <0>; 309 slew-rate = <0>; 310 }; 310 }; 311 }; 311 }; 312 }; 312 }; 313 313 314 &i2c0 { 314 &i2c0 { 315 clock-frequency = <100000>; 315 clock-frequency = <100000>; 316 i2c-sda-hold-time-ns = <300>; 316 i2c-sda-hold-time-ns = <300>; 317 i2c-sda-falling-time-ns = <500>; 317 i2c-sda-falling-time-ns = <500>; 318 i2c-scl-falling-time-ns = <500>; 318 i2c-scl-falling-time-ns = <500>; 319 pinctrl-names = "default"; 319 pinctrl-names = "default"; 320 pinctrl-0 = <&i2c0_pins>; 320 pinctrl-0 = <&i2c0_pins>; 321 status = "okay"; 321 status = "okay"; 322 322 323 pmic@5e { 323 pmic@5e { 324 compatible = "ti,tps65086"; 324 compatible = "ti,tps65086"; 325 reg = <0x5e>; 325 reg = <0x5e>; 326 gpio-controller; 326 gpio-controller; 327 #gpio-cells = <2>; 327 #gpio-cells = <2>; 328 328 329 regulators { 329 regulators { 330 }; 330 }; 331 }; 331 }; 332 }; 332 }; 333 333 334 &i2c1 { 334 &i2c1 { 335 clock-frequency = <400000>; 335 clock-frequency = <400000>; 336 i2c-sda-hold-time-ns = <300>; 336 i2c-sda-hold-time-ns = <300>; 337 i2c-sda-falling-time-ns = <100>; 337 i2c-sda-falling-time-ns = <100>; 338 i2c-scl-falling-time-ns = <100>; 338 i2c-scl-falling-time-ns = <100>; 339 pinctrl-names = "default"; 339 pinctrl-names = "default"; 340 pinctrl-0 = <&i2c1_pins>; 340 pinctrl-0 = <&i2c1_pins>; 341 status = "okay"; 341 status = "okay"; 342 }; 342 }; 343 343 344 &i2c2 { 344 &i2c2 { 345 clock-frequency = <100000>; 345 clock-frequency = <100000>; 346 i2c-sda-hold-time-ns = <300>; 346 i2c-sda-hold-time-ns = <300>; 347 i2c-sda-falling-time-ns = <500>; 347 i2c-sda-falling-time-ns = <500>; 348 i2c-scl-falling-time-ns = <500>; 348 i2c-scl-falling-time-ns = <500>; 349 pinctrl-names = "default"; 349 pinctrl-names = "default"; 350 pinctrl-0 = <&i2c2_pins>; 350 pinctrl-0 = <&i2c2_pins>; 351 status = "okay"; 351 status = "okay"; 352 }; 352 }; 353 353 354 &osc_sys { 354 &osc_sys { 355 clock-frequency = <25000000>; 355 clock-frequency = <25000000>; 356 }; 356 }; 357 357 358 &osc_aud { 358 &osc_aud { 359 clock-frequency = <27000000>; 359 clock-frequency = <27000000>; 360 }; 360 }; 361 361 362 &pwm { 362 &pwm { 363 pinctrl-names = "default"; 363 pinctrl-names = "default"; 364 pinctrl-0 = <&pwm_pins>; 364 pinctrl-0 = <&pwm_pins>; 365 status = "okay"; 365 status = "okay"; 366 }; 366 }; 367 367 368 &sdio0 { 368 &sdio0 { 369 broken-cd; 369 broken-cd; 370 bus-width = <4>; 370 bus-width = <4>; 371 cap-sd-highspeed; 371 cap-sd-highspeed; 372 pinctrl-names = "default"; 372 pinctrl-names = "default"; 373 pinctrl-0 = <&sdio0_pins>; 373 pinctrl-0 = <&sdio0_pins>; 374 status = "okay"; 374 status = "okay"; 375 }; 375 }; 376 376 377 &sdio1 { 377 &sdio1 { 378 #address-cells = <1>; 378 #address-cells = <1>; 379 #size-cells = <0>; 379 #size-cells = <0>; 380 bus-width = <4>; 380 bus-width = <4>; 381 cap-sd-highspeed; 381 cap-sd-highspeed; 382 cap-sdio-irq; 382 cap-sdio-irq; 383 cap-power-off-card; 383 cap-power-off-card; 384 mmc-pwrseq = <&wifi_pwrseq>; 384 mmc-pwrseq = <&wifi_pwrseq>; 385 non-removable; 385 non-removable; 386 pinctrl-names = "default"; 386 pinctrl-names = "default"; 387 pinctrl-0 = <&sdio1_pins>; 387 pinctrl-0 = <&sdio1_pins>; 388 status = "okay"; 388 status = "okay"; 389 389 390 wifi@1 { 390 wifi@1 { 391 compatible = "brcm,bcm4329-fma 391 compatible = "brcm,bcm4329-fmac"; 392 reg = <1>; 392 reg = <1>; 393 }; 393 }; 394 }; 394 }; 395 395 396 &uart3 { 396 &uart3 { 397 pinctrl-names = "default"; 397 pinctrl-names = "default"; 398 pinctrl-0 = <&uart3_pins>; 398 pinctrl-0 = <&uart3_pins>; 399 status = "okay"; 399 status = "okay"; 400 }; 400 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.