ARM: dts: rv1126: Add cpu info

This patch add cpu info node for rv1126.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I2fe434f7fe654739f0ffc790e1589578fc0b38fc
This commit is contained in:
Sugar Zhang
2020-07-28 15:51:02 +08:00
committed by Tao Huang
parent be4980df16
commit 85611904e5

View File

@@ -154,6 +154,12 @@
};
};
cpuinfo {
compatible = "rockchip,cpuinfo";
nvmem-cells = <&otp_id>, <&otp_cpu_code>;
nvmem-cell-names = "id", "cpu-code";
};
arm-pmu {
compatible = "arm,cortex-a7-pmu";
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
@@ -1290,6 +1296,9 @@
status = "disabled";
/* Data cells */
otp_cpu_code: cpu-code@2 {
reg = <0x02 0x2>;
};
otp_id: id@7 {
reg = <0x07 0x10>;
};