mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: px30: Add pvtm node
Change-Id: I652d40663a425ad9daaaba944d46f9b7523e0dfc Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -651,6 +651,19 @@
|
||||
mode-normal = <BOOT_NORMAL>;
|
||||
mode-recovery = <BOOT_RECOVERY>;
|
||||
};
|
||||
|
||||
pmu_pvtm: pmu-pvtm {
|
||||
compatible = "rockchip,px30-pmu-pvtm";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
pvtm@1 {
|
||||
reg = <1>;
|
||||
clocks = <&pmucru SCLK_PVTM_PMU>;
|
||||
clock-names = "clk";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
uart0: serial@ff030000 {
|
||||
@@ -781,6 +794,26 @@
|
||||
};
|
||||
};
|
||||
|
||||
core_grf: syscon@ff148000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x0 0xff148000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
pvtm: pvtm {
|
||||
compatible = "rockchip,px30-pvtm";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
pvtm@0 {
|
||||
reg = <0>;
|
||||
clocks = <&cru SCLK_PVTM>;
|
||||
clock-names = "clk";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
uart1: serial@ff158000 {
|
||||
compatible = "rockchip,px30-uart", "snps,dw-apb-uart";
|
||||
reg = <0x0 0xff158000 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user