Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 
0003 #include "rk356x.dtsi"
0004 
0005 / {
0006         compatible = "rockchip,rk3566";
0007 };
0008 
0009 &pipegrf {
0010         compatible = "rockchip,rk3566-pipe-grf", "syscon";
0011 };
0012 
0013 &power {
0014         power-domain@RK3568_PD_PIPE {
0015                 reg = <RK3568_PD_PIPE>;
0016                 clocks = <&cru PCLK_PIPE>;
0017                 pm_qos = <&qos_pcie2x1>,
0018                          <&qos_sata1>,
0019                          <&qos_sata2>,
0020                          <&qos_usb3_0>,
0021                          <&qos_usb3_1>;
0022                 #power-domain-cells = <0>;
0023         };
0024 };
0025 
0026 &usb_host0_xhci {
0027         phys = <&usb2phy0_otg>;
0028         phy-names = "usb2-phy";
0029         extcon = <&usb2phy0>;
0030         maximum-speed = "high-speed";
0031 };
0032 
0033 &vop {
0034         compatible = "rockchip,rk3566-vop";
0035 };