summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3308-roc-cc-u-boot.dtsi
blob: 3e01e7af61136ebc31b2ce82f77183930605c649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// SPDX-License-Identifier: GPL-2.0+
/*
 * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
 */
#include "rk3308-u-boot.dtsi"

/ {
	aliases {
		ethernet0 = &gmac;
	};
};

&gmac {
	assigned-clocks = <&cru SCLK_MAC>;
	assigned-clock-parents = <&mac_clkin>;
	clock_in_out = "input";
	pinctrl-names = "default";
	pinctrl-0 = <&rmiim1_pins &macm1_refclk>;
	status = "okay";
};

&gpio4 {
	bootph-pre-ram;
};

&uart2 {
	bootph-all;
	clock-frequency = <24000000>;
};

&uart2m0_xfer {
	bootph-all;
};

&vcc_sd {
	bootph-pre-ram;
};

&vdd_core {
	regulator-init-microvolt = <1015000>;
};