| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| #include <dt-bindings/gpio/gpio.h> |
| #include <dt-bindings/pinctrl/rockchip.h> |
| model = "Radxa ROCK 5 Model A"; |
| compatible = "radxa,rock-5a", "rockchip,rk3588s"; |
| stdout-path = "serial2:1500000n8"; |
| phy-handle = <&rgmii_phy1>; |
| pinctrl-names = "default"; |
| rgmii_phy1: ethernet-phy@1 { |
| compatible = "ethernet-phy-id001c.c916"; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&rtl8211f_rst>; |
| reset-assert-us = <20000>; |
| reset-deassert-us = <100000>; |
| reset-gpios = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>; |
| rtl8211f_rst: rtl8211f-rst { |
| rockchip,pins = <3 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>; |
| max-frequency = <200000000>; |
| mmc-hs400-enhanced-strobe; |
| pinctrl-0 = <&uart2m0_xfer>; |