[PATCH v3 18/19] ARM: dts: microchip: sam9x60_curiosity: Enable OTP Controller

From: Alexander Dahl

Date: Tue Jan 20 2026 - 12:48:41 EST


Allows to access the OTP memory and Product UID now.

Signed-off-by: Alexander Dahl <ada@xxxxxxxxxxx>
---

Notes:
v3:
- Reworded commit message after reordering patches

v2:
- same as in v1, no changes

arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts
index b9ffd9e5faacc..c110a8e87568a 100644
--- a/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts
+++ b/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts
@@ -252,6 +252,10 @@ ethernet-phy@0 {
};
};

+&otpc {
+ status = "okay";
+};
+
&pinctrl {
adc {
pinctrl_adc_default: adc-default {
--
2.47.3