mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3308: Add dmc node
Change-Id: I50a9b7efaf1a1556bd4aed669a30477f292d06b8 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -135,6 +135,31 @@
|
||||
};
|
||||
};
|
||||
|
||||
dmc: dmc {
|
||||
compatible = "rockchip,rk3308-dmc";
|
||||
clocks = <&cru SCLK_DDRCLK>;
|
||||
clock-names = "dmc_clk";
|
||||
operating-points-v2 = <&dmc_opp_table>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dmc_opp_table: dmc-opp-table {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
opp-394000000 {
|
||||
opp-hz = /bits/ 64 <394000000>;
|
||||
opp-microvolt = <950000>;
|
||||
};
|
||||
opp-452000000 {
|
||||
opp-hz = /bits/ 64 <452000000>;
|
||||
opp-microvolt = <975000>;
|
||||
};
|
||||
opp-590000000 {
|
||||
opp-hz = /bits/ 64 <590000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
};
|
||||
};
|
||||
|
||||
fiq_debugger: fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
rockchip,serial-id = <2>;
|
||||
|
||||
Reference in New Issue
Block a user