Commit b2f217cc authored by Chanho Park's avatar Chanho Park Committed by Krzysztof Kozlowski

arm64: dts: exynos: add chipid node for exynosautov9 SoC

It can be compatible with exynos850's chipid. The SoC has eight chipid
registers that can be used for OTP.

Cc: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: default avatarChanho Park <chanho61.park@samsung.com>
Link: https://lore.kernel.org/r/20211021012017.158919-3-chanho61.park@samsung.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
parent 4b1a7833
...@@ -184,6 +184,11 @@ soc: soc@0 { ...@@ -184,6 +184,11 @@ soc: soc@0 {
#size-cells = <1>; #size-cells = <1>;
ranges = <0x0 0x0 0x0 0x20000000>; ranges = <0x0 0x0 0x0 0x20000000>;
chipid@10000000 {
compatible = "samsung,exynos850-chipid";
reg = <0x10000000 0x24>;
};
gic: interrupt-controller@10101000 { gic: interrupt-controller@10101000 {
compatible = "arm,gic-400"; compatible = "arm,gic-400";
#interrupt-cells = <3>; #interrupt-cells = <3>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment