Lines Matching full:rockchip

1 * Rockchip rk3399 DMC (Dynamic Memory Controller) device
4 - compatible: Must be "rockchip,rk3399-dmc".
7 rockchip-dfi.txt
15 - rockchip,pmu: Phandle to the syscon managing the "PMU general register
23 - rockchip,pmu: Phandle to the syscon managing the "PMU general register
28 - rockchip,dram_speed_bin : Value reference include/dt-bindings/clock/rk3399-ddr.h,
34 - rockchip,pd_idle : Configure the PD_IDLE value. Defines the
39 - rockchip,sr_idle : Configure the SR_IDLE value. Defines the
46 - rockchip,sr_mc_gate_idle : Defines the memory self-refresh and controller
52 - rockchip,srpd_lite_idle : Defines the self-refresh power down idle
58 - rockchip,standby_idle : Defines the standby idle period in which
64 - rockchip,dram_dll_dis_freq : Defines the DDR3 DLL bypass frequency in MHz.
69 - rockchip,phy_dll_dis_freq : Defines the PHY dll bypass frequency in
74 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines
80 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines
84 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines
88 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines
93 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines
97 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines
100 - rockchip,lpddr3_odt_dis_freq : When the DRAM type is LPDDR3, this parameter defines
106 - rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines
110 - rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines
114 - rockchip,phy_lpddr3_ca_drv : When the DRAM type is LPDDR3, this parameter defines
119 - rockchip,phy_lpddr3_dq_drv : When the DRAM type is LPDDR3, this parameter defines
123 - rockchip,phy_lpddr3_odt : When dram type is LPDDR3, this parameter define
126 - rockchip,lpddr4_odt_dis_freq : When the DRAM type is LPDDR4, this parameter
132 - rockchip,lpddr4_drv : When the DRAM type is LPDDR4, this parameter defines
136 - rockchip,lpddr4_dq_odt : When the DRAM type is LPDDR4, this parameter defines
140 - rockchip,lpddr4_ca_odt : When the DRAM type is LPDDR4, this parameter defines
144 - rockchip,phy_lpddr4_ca_drv : When the DRAM type is LPDDR4, this parameter defines
148 - rockchip,phy_lpddr4_ck_cs_drv : When the DRAM type is LPDDR4, this parameter defines
152 - rockchip,phy_lpddr4_dq_drv : When the DRAM type is LPDDR4, this parameter defines
156 - rockchip,phy_lpddr4_odt : When the DRAM type is LPDDR4, this parameter defines
174 compatible = "rockchip,rk3399-dmc";
183 rockchip,ddr3_speed_bin = <21>;
184 rockchip,pd_idle = <0x40>;
185 rockchip,sr_idle = <0x2>;
186 rockchip,sr_mc_gate_idle = <0x3>;
187 rockchip,srpd_lite_idle = <0x4>;
188 rockchip,standby_idle = <0x2000>;
189 rockchip,dram_dll_dis_freq = <300>;
190 rockchip,phy_dll_dis_freq = <125>;
191 rockchip,auto_pd_dis_freq = <666>;
192 rockchip,ddr3_odt_dis_freq = <333>;
193 rockchip,ddr3_drv = <40>;
194 rockchip,ddr3_odt = <120>;
195 rockchip,phy_ddr3_ca_drv = <40>;
196 rockchip,phy_ddr3_dq_drv = <40>;
197 rockchip,phy_ddr3_odt = <240>;
198 rockchip,lpddr3_odt_dis_freq = <333>;
199 rockchip,lpddr3_drv = <34>;
200 rockchip,lpddr3_odt = <240>;
201 rockchip,phy_lpddr3_ca_drv = <40>;
202 rockchip,phy_lpddr3_dq_drv = <40>;
203 rockchip,phy_lpddr3_odt = <240>;
204 rockchip,lpddr4_odt_dis_freq = <333>;
205 rockchip,lpddr4_drv = <60>;
206 rockchip,lpddr4_dq_odt = <40>;
207 rockchip,lpddr4_ca_odt = <40>;
208 rockchip,phy_lpddr4_ca_drv = <40>;
209 rockchip,phy_lpddr4_ck_cs_drv = <80>;
210 rockchip,phy_lpddr4_dq_drv = <80>;
211 rockchip,phy_lpddr4_odt = <60>;