View | Details | Raw Unified | Return to bug 243148
Collapse All | Expand All

(-)rk3399-rock-pi-4.dts (-3 / +16 lines)
Lines 62-68 Link Here
62
		regulator-name = "vcc3v3_pcie";
62
		regulator-name = "vcc3v3_pcie";
63
		regulator-always-on;
63
		regulator-always-on;
64
		regulator-boot-on;
64
		regulator-boot-on;
65
		vin-supply = <&vcc5v0_sys>;
65
		vin-supply = <&vcc3v3_sys>;
66
	};
66
	};
67
67
68
	vcc3v3_sys: vcc3v3-sys {
68
	vcc3v3_sys: vcc3v3-sys {
Lines 72-78 Link Here
72
		regulator-boot-on;
72
		regulator-boot-on;
73
		regulator-min-microvolt = <3300000>;
73
		regulator-min-microvolt = <3300000>;
74
		regulator-max-microvolt = <3300000>;
74
		regulator-max-microvolt = <3300000>;
75
		vin-supply = <&vcc5v0_sys>;
75
		vin-supply = <&vcc3v3_sys>;
76
	};
76
	};
77
77
78
	vcc5v0_host: vcc5v0-host-regulator {
78
	vcc5v0_host: vcc5v0-host-regulator {
Lines 150-155 Link Here
150
	status = "okay";
150
	status = "okay";
151
};
151
};
152
152
153
&pcie_phy {
154
	status = "okay";
155
};
156
                
157
&pcie0 {
158
	ep-gpios = <&gpio4 RK_PD3 GPIO_ACTIVE_HIGH>;
159
	num-lanes = <4>;
160
	pinctrl-names = "default";
161
	pinctrl-0 = <&pcie_clkreqnb_cpm>;
162
	status = "okay";
163
};
164
153
&gmac {
165
&gmac {
154
	assigned-clocks = <&cru SCLK_RMII_SRC>;
166
	assigned-clocks = <&cru SCLK_RMII_SRC>;
155
	assigned-clock-parents = <&clkin_gmac>;
167
	assigned-clock-parents = <&clkin_gmac>;
Lines 645-651 Link Here
645
	pinctrl-names = "default";
657
	pinctrl-names = "default";
646
	pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
658
	pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
647
	status = "okay";
659
	status = "okay";
648
660
/*
649
	bluetooth {
661
	bluetooth {
650
		compatible = "brcm,bcm43438-bt";
662
		compatible = "brcm,bcm43438-bt";
651
		clocks = <&rk808 1>;
663
		clocks = <&rk808 1>;
Lines 656-661 Link Here
656
		pinctrl-names = "default";
668
		pinctrl-names = "default";
657
		pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;
669
		pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;
658
	};
670
	};
671
*/
659
};
672
};
660
673
661
&uart2 {
674
&uart2 {

Return to bug 243148