@@ -12,6 +12,8 @@ Required properties:
1212 for details.
1313- center-supply: DMC supply node.
1414- status: Marks the node enabled/disabled.
15+ - rockchip,pmu: Phandle to the syscon managing the "PMU general register
16+ files".
1517
1618Optional properties:
1719- interrupts: The CPU interrupt number. The interrupt specifier
@@ -77,24 +79,23 @@ Following properties relate to DDR timing:
7779
7880- rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines
7981 the DRAM side driver strength in ohms. Default
80- value is DDR3_DS_40ohm .
82+ value is 40 .
8183
8284- rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines
8385 the DRAM side ODT strength in ohms. Default value
84- is DDR3_ODT_120ohm .
86+ is 120 .
8587
8688- rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines
8789 the phy side CA line (incluing command line,
8890 address line and clock line) driver strength.
89- Default value is PHY_DRV_ODT_40 .
91+ Default value is 40 .
9092
9193- rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines
9294 the PHY side DQ line (including DQS/DQ/DM line)
93- driver strength. Default value is PHY_DRV_ODT_40 .
95+ driver strength. Default value is 40 .
9496
9597- rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines
96- the PHY side ODT strength. Default value is
97- PHY_DRV_ODT_240.
98+ the PHY side ODT strength. Default value is 240.
9899
99100- rockchip,lpddr3_odt_dis_freq : When the DRAM type is LPDDR3, this parameter defines
100101 then ODT disable frequency in MHz (Mega Hz).
@@ -104,25 +105,23 @@ Following properties relate to DDR timing:
104105
105106- rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines
106107 the DRAM side driver strength in ohms. Default
107- value is LP3_DS_34ohm .
108+ value is 34 .
108109
109110- rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines
110111 the DRAM side ODT strength in ohms. Default value
111- is LP3_ODT_240ohm .
112+ is 240 .
112113
113114- rockchip,phy_lpddr3_ca_drv : When the DRAM type is LPDDR3, this parameter defines
114115 the PHY side CA line (including command line,
115116 address line and clock line) driver strength.
116- Default value is PHY_DRV_ODT_40 .
117+ Default value is 40 .
117118
118119- rockchip,phy_lpddr3_dq_drv : When the DRAM type is LPDDR3, this parameter defines
119120 the PHY side DQ line (including DQS/DQ/DM line)
120- driver strength. Default value is
121- PHY_DRV_ODT_40.
121+ driver strength. Default value is 40.
122122
123123- rockchip,phy_lpddr3_odt : When dram type is LPDDR3, this parameter define
124- the phy side odt strength, default value is
125- PHY_DRV_ODT_240.
124+ the phy side odt strength, default value is 240.
126125
127126- rockchip,lpddr4_odt_dis_freq : When the DRAM type is LPDDR4, this parameter
128127 defines the ODT disable frequency in
@@ -132,32 +131,30 @@ Following properties relate to DDR timing:
132131
133132- rockchip,lpddr4_drv : When the DRAM type is LPDDR4, this parameter defines
134133 the DRAM side driver strength in ohms. Default
135- value is LP4_PDDS_60ohm .
134+ value is 60 .
136135
137136- rockchip,lpddr4_dq_odt : When the DRAM type is LPDDR4, this parameter defines
138137 the DRAM side ODT on DQS/DQ line strength in ohms.
139- Default value is LP4_DQ_ODT_40ohm .
138+ Default value is 40 .
140139
141140- rockchip,lpddr4_ca_odt : When the DRAM type is LPDDR4, this parameter defines
142141 the DRAM side ODT on CA line strength in ohms.
143- Default value is LP4_CA_ODT_40ohm .
142+ Default value is 40 .
144143
145144- rockchip,phy_lpddr4_ca_drv : When the DRAM type is LPDDR4, this parameter defines
146145 the PHY side CA line (including command address
147- line) driver strength. Default value is
148- PHY_DRV_ODT_40.
146+ line) driver strength. Default value is 40.
149147
150148- rockchip,phy_lpddr4_ck_cs_drv : When the DRAM type is LPDDR4, this parameter defines
151149 the PHY side clock line and CS line driver
152- strength. Default value is PHY_DRV_ODT_80 .
150+ strength. Default value is 80 .
153151
154152- rockchip,phy_lpddr4_dq_drv : When the DRAM type is LPDDR4, this parameter defines
155153 the PHY side DQ line (including DQS/DQ/DM line)
156- driver strength. Default value is PHY_DRV_ODT_80 .
154+ driver strength. Default value is 80 .
157155
158156- rockchip,phy_lpddr4_odt : When the DRAM type is LPDDR4, this parameter defines
159- the PHY side ODT strength. Default value is
160- PHY_DRV_ODT_60.
157+ the PHY side ODT strength. Default value is 60.
161158
162159Example:
163160 dmc_opp_table: dmc_opp_table {
@@ -193,23 +190,23 @@ Example:
193190 rockchip,phy_dll_dis_freq = <125>;
194191 rockchip,auto_pd_dis_freq = <666>;
195192 rockchip,ddr3_odt_dis_freq = <333>;
196- rockchip,ddr3_drv = <DDR3_DS_40ohm >;
197- rockchip,ddr3_odt = <DDR3_ODT_120ohm >;
198- rockchip,phy_ddr3_ca_drv = <PHY_DRV_ODT_40 >;
199- rockchip,phy_ddr3_dq_drv = <PHY_DRV_ODT_40 >;
200- rockchip,phy_ddr3_odt = <PHY_DRV_ODT_240 >;
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 >;
201198 rockchip,lpddr3_odt_dis_freq = <333>;
202- rockchip,lpddr3_drv = <LP3_DS_34ohm >;
203- rockchip,lpddr3_odt = <LP3_ODT_240ohm >;
204- rockchip,phy_lpddr3_ca_drv = <PHY_DRV_ODT_40 >;
205- rockchip,phy_lpddr3_dq_drv = <PHY_DRV_ODT_40 >;
206- rockchip,phy_lpddr3_odt = <PHY_DRV_ODT_240 >;
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 >;
207204 rockchip,lpddr4_odt_dis_freq = <333>;
208- rockchip,lpddr4_drv = <LP4_PDDS_60ohm >;
209- rockchip,lpddr4_dq_odt = <LP4_DQ_ODT_40ohm >;
210- rockchip,lpddr4_ca_odt = <LP4_CA_ODT_40ohm >;
211- rockchip,phy_lpddr4_ca_drv = <PHY_DRV_ODT_40 >;
212- rockchip,phy_lpddr4_ck_cs_drv = <PHY_DRV_ODT_80 >;
213- rockchip,phy_lpddr4_dq_drv = <PHY_DRV_ODT_80 >;
214- rockchip,phy_lpddr4_odt = <PHY_DRV_ODT_60 >;
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 >;
215212 };
0 commit comments