mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: rk3506: Add otp/cpuinfo device node
Change-Id: I5665185533d3ce68dbc0a2c8d3dac20a3ebd2a7d Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -274,6 +274,12 @@
|
||||
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>;
|
||||
};
|
||||
|
||||
cpuinfo {
|
||||
compatible = "rockchip,cpuinfo";
|
||||
nvmem-cells = <&otp_id>, <&otp_cpu_version>, <&cpu_code>;
|
||||
nvmem-cell-names = "id", "cpu-version", "cpu-code";
|
||||
};
|
||||
|
||||
display_subsystem: display-subsystem {
|
||||
compatible = "rockchip,display-subsystem";
|
||||
ports = <&vop_out>;
|
||||
@@ -1052,6 +1058,37 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
otp: otp@ff4f0000 {
|
||||
compatible = "rockchip,rk3506-otp";
|
||||
reg = <0xff4f0000 0x4000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
clocks = <&cru CLK_USER_OTPC_NS>, <&cru CLK_SBPI_OTPC_NS>,
|
||||
<&cru PCLK_OTPC_NS>;
|
||||
clock-names = "usr", "sbpi", "apb";
|
||||
resets = <&cru SRST_USER_OTPC_NS>, <&cru SRST_SBPI_OTPC_NS>,
|
||||
<&cru SRST_P_OTPC_NS>;
|
||||
reset-names = "usr", "sbpi", "apb";
|
||||
|
||||
/* Data cells */
|
||||
cpu_code: cpu-code@2 {
|
||||
reg = <0x02 0x2>;
|
||||
};
|
||||
otp_cpu_version: cpu-version@5 {
|
||||
reg = <0x05 0x1>;
|
||||
bits = <3 3>;
|
||||
};
|
||||
otp_id: id@a {
|
||||
reg = <0x0a 0x10>;
|
||||
};
|
||||
cpu_leakage: cpu-leakage@1e {
|
||||
reg = <0x1e 0x1>;
|
||||
};
|
||||
log_leakage: log-leakage@1f {
|
||||
reg = <0x1f 0x1>;
|
||||
};
|
||||
};
|
||||
|
||||
audio_codec: audio-codec@ff4f8000 {
|
||||
compatible = "rockchip,rk3506-codec";
|
||||
reg = <0xff4f8000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user