arm64: dts: rockchip: rk3308: Add cpu boost device node

Change-Id: Id218fce81d87c103d9b3d4650f66633c6855a26e
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-05-09 14:47:33 +08:00
committed by Tao Huang
parent fb208ef145
commit 493fd66ce2

View File

@@ -965,6 +965,7 @@
compatible = "rockchip,rk3308-cru";
reg = <0x0 0xff500000 0x0 0x1000>;
rockchip,grf = <&grf>;
rockchip,boost = <&cpu_boost>;
#clock-cells = <1>;
#reset-cells = <1>;
@@ -972,6 +973,11 @@
assigned-clock-rates = <32768>;
};
cpu_boost: cpu-boost@ff550000 {
compatible = "syscon";
reg = <0x0 0xff550000 0x0 0x1000>;
};
acodec: acodec@ff560000 {
compatible = "rockchip,rk3308-codec";
reg = <0x0 0xff560000 0x0 0x10000>;