[PATCH v4 5/5] arm64: dts: exynos: gs101: add OTP node
Tudor Ambarus
tudor.ambarus at linaro.org
Mon Dec 22 08:30:09 PST 2025
Add the OTP controller node.
Signed-off-by: Tudor Ambarus <tudor.ambarus at linaro.org>
---
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
index 9b38c2248016aa65293c0abf9ccaf20857d89693..e078344c9e3e558aa5d58845d0fa2849832b857b 100644
--- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
+++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
@@ -571,6 +571,14 @@ soc: soc at 0 {
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0x40000000>;
+ efuse at 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 at 10010000 {
compatible = "google,gs101-cmu-misc";
reg = <0x10010000 0x10000>;
--
2.52.0.322.g1dd061c0dc-goog
More information about the linux-arm-kernel
mailing list