mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
arm64: dts: exynos: gs101: add OTP node
Add the OTP controller node. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> Reviewed-by: André Draszik <andre.draszik@linaro.org> Link: https://patch.msgid.link/20251222-gs101-chipid-v4-5-aa8e20ce7bb3@linaro.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
01272f05aa
commit
9afdf3e1a5
|
|
@ -571,6 +571,14 @@ soc: soc@0 {
|
|||
#size-cells = <1>;
|
||||
ranges = <0x0 0x0 0x0 0x40000000>;
|
||||
|
||||
efuse@10000000 {
|
||||
compatible = "google,gs101-otp";
|
||||
reg = <0x10000000 0xf084>;
|
||||
clocks = <&cmu_misc CLK_GOUT_MISC_OTP_CON_TOP_PCLK>;
|
||||
clock-names = "pclk";
|
||||
interrupts = <GIC_SPI 752 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
};
|
||||
|
||||
cmu_misc: clock-controller@10010000 {
|
||||
compatible = "google,gs101-cmu-misc";
|
||||
reg = <0x10010000 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user