1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 model = "Rockchip RK3228 Evaluation board";
9 compatible = "rockchip,rk3228-evb", "rockchip,rk3228";
12 device_type = "memory";
13 reg = <0x60000000 0x40000000>;
16 vcc_phy: vcc-phy-regulator {
17 compatible = "regulator-fixed";
19 regulator-name = "vcc_phy";
20 regulator-min-microvolt = <1800000>;
21 regulator-max-microvolt = <1800000>;
36 assigned-clocks = <&cru SCLK_MAC_SRC>;
37 assigned-clock-rates = <50000000>;
38 clock_in_out = "output";
39 phy-supply = <&vcc_phy>;
45 compatible = "snps,dwmac-mdio";
50 compatible = "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22";
52 clocks = <&cru SCLK_MAC_PHY>;
53 resets = <&cru SRST_MACPHY>;
62 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
63 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */