Lines Matching +full:reset +full:- +full:assert +full:- +full:us
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 * Copyright (c) 2021-2023 Tianling Shen <[email protected]>
9 /dts-v1/;
11 #include "rk3328-nanopi-r2.dtsi"
14 phy-handle = <&yt8521s>;
20 yt8521s: ethernet-phy@3 {
21 compatible = "ethernet-phy-ieee802.3-c22";
24 motorcomm,clk-out-frequency-hz = <125000000>;
25 motorcomm,keep-pll-enabled;
26 motorcomm,auto-sleep-disabled;
28 pinctrl-0 = <ð_phy_reset_pin>;
29 pinctrl-names = "default";
30 reset-assert-us = <10000>;
31 reset-deassert-us = <50000>;
32 reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;