mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
85a8ef1264
prepare for rk3566 based board Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
35 lines
585 B
Text
35 lines
585 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#include "rk356x.dtsi"
|
|
|
|
/ {
|
|
compatible = "rockchip,rk3566";
|
|
};
|
|
|
|
&pipegrf {
|
|
compatible = "rockchip,rk3566-pipe-grf", "syscon";
|
|
};
|
|
|
|
&power {
|
|
power-domain@RK3568_PD_PIPE {
|
|
reg = <RK3568_PD_PIPE>;
|
|
clocks = <&cru PCLK_PIPE>;
|
|
pm_qos = <&qos_pcie2x1>,
|
|
<&qos_sata1>,
|
|
<&qos_sata2>,
|
|
<&qos_usb3_0>,
|
|
<&qos_usb3_1>;
|
|
#power-domain-cells = <0>;
|
|
};
|
|
};
|
|
|
|
&usb_host0_xhci {
|
|
phys = <&usb2phy0_otg>;
|
|
phy-names = "usb2-phy";
|
|
extcon = <&usb2phy0>;
|
|
maximum-speed = "high-speed";
|
|
};
|
|
|
|
&vop {
|
|
compatible = "rockchip,rk3566-vop";
|
|
};
|