Lines Matching +full:reset +full:- +full:deassert +full:- +full:us
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include "rk3566-orangepi-3b.dtsi"
9 compatible = "xunlong,orangepi-3b-v2.1", "xunlong,orangepi-3b", "rockchip,rk3566";
11 vccio_phy1: regulator-1v8-vccio-phy {
12 compatible = "regulator-fixed";
13 regulator-name = "vccio_phy1";
14 regulator-always-on;
15 regulator-boot-on;
16 regulator-max-microvolt = <1800000>;
17 regulator-min-microvolt = <1800000>;
22 vccio5-supply = <&vccio_phy1>;
26 phy-handle = <&rgmii_phy1>;
31 rgmii_phy1: ethernet-phy@1 {
32 compatible = "ethernet-phy-ieee802.3-c22";
34 reset-assert-us = <20000>;
35 reset-deassert-us = <50000>;
36 reset-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
41 #address-cells = <1>;
42 #size-cells = <0>;
45 compatible = "brcm,bcm43456-fmac", "brcm,bcm4329-fmac";
47 interrupt-parent = <&gpio0>;
49 interrupt-names = "host-wake";
50 pinctrl-names = "default";
51 pinctrl-0 = <&wifi_wake_host_h>;
59 clock-names = "lpo";
60 interrupt-parent = <&gpio2>;
62 interrupt-names = "host-wakeup";
63 device-wakeup-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
64 shutdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
65 pinctrl-names = "default";
66 pinctrl-0 = <&bt_reg_on_h &bt_wake_host_h &host_wake_bt_h>;
67 vbat-supply = <&vcc_3v3>;
68 vddio-supply = <&vcc_1v8>;