Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / rockchip / rk3568.dtsi
index d91df1c..5b0f528 100644 (file)
@@ -8,6 +8,11 @@
 / {
        compatible = "rockchip,rk3568";
 
+       pipe_phy_grf0: syscon@fdc70000 {
+               compatible = "rockchip,rk3568-pipe-phy-grf", "syscon";
+               reg = <0x0 0xfdc70000 0x0 0x1000>;
+       };
+
        qos_pcie3x1: qos@fe190080 {
                compatible = "rockchip,rk3568-qos", "syscon";
                reg = <0x0 0xfe190080 0x0 0x20>;
                        queue0 {};
                };
        };
+
+       combphy0: phy@fe820000 {
+               compatible = "rockchip,rk3568-naneng-combphy";
+               reg = <0x0 0xfe820000 0x0 0x100>;
+               clocks = <&pmucru CLK_PCIEPHY0_REF>,
+                        <&cru PCLK_PIPEPHY0>,
+                        <&cru PCLK_PIPE>;
+               clock-names = "ref", "apb", "pipe";
+               assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
+               assigned-clock-rates = <100000000>;
+               resets = <&cru SRST_PIPEPHY0>;
+               rockchip,pipe-grf = <&pipegrf>;
+               rockchip,pipe-phy-grf = <&pipe_phy_grf0>;
+               #phy-cells = <1>;
+               status = "disabled";
+       };
 };
 
 &cpu0_opp_table {