Skip to content

Commit 9afdf3e

Browse files
ambaruskrzk
authored andcommitted
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>
1 parent 01272f0 commit 9afdf3e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,14 @@
571571
#size-cells = <1>;
572572
ranges = <0x0 0x0 0x0 0x40000000>;
573573

574+
efuse@10000000 {
575+
compatible = "google,gs101-otp";
576+
reg = <0x10000000 0xf084>;
577+
clocks = <&cmu_misc CLK_GOUT_MISC_OTP_CON_TOP_PCLK>;
578+
clock-names = "pclk";
579+
interrupts = <GIC_SPI 752 IRQ_TYPE_LEVEL_HIGH 0>;
580+
};
581+
574582
cmu_misc: clock-controller@10010000 {
575583
compatible = "google,gs101-cmu-misc";
576584
reg = <0x10010000 0x10000>;

0 commit comments

Comments
 (0)