0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002
0003 /dts-v1/;
0004
0005 #include "rk3036.dtsi"
0006
0007 / {
0008 model = "Rockchip RK3036 Evaluation board";
0009 compatible = "rockchip,rk3036-evb", "rockchip,rk3036";
0010
0011 memory@60000000 {
0012 device_type = "memory";
0013 reg = <0x60000000 0x40000000>;
0014 };
0015 };
0016
0017 &emac {
0018 pinctrl-names = "default";
0019 pinctrl-0 = <&emac_xfer>, <&emac_mdio>;
0020 phy = <&phy0>;
0021 phy-reset-gpios = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>; /* PHY_RST */
0022 phy-reset-duration = <10>; /* millisecond */
0023
0024 status = "okay";
0025
0026 phy0: ethernet-phy@0 {
0027 reg = <0>;
0028 };
0029 };
0030
0031 &i2c1 {
0032 status = "okay";
0033
0034 hym8563: hym8563@51 {
0035 compatible = "haoyu,hym8563";
0036 reg = <0x51>;
0037 #clock-cells = <0>;
0038 clock-frequency = <32768>;
0039 clock-output-names = "xin32k";
0040 };
0041 };
0042
0043 &uart2 {
0044 status = "okay";
0045 };