Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: lan966x: Add otp support

Add OTP (one time programmable) support.
The both lan966x SocS (lan9662 and lan9668) have the same OTP IP.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220916194946.2869510-1-horatiu.vultur@microchip.com

authored by

Horatiu Vultur and committed by
Claudiu Beznea
eb93f1d7 3cf22917

+5
+5
arch/arm/boot/dts/lan966x.dtsi
··· 157 157 }; 158 158 }; 159 159 160 + otp: otp@e0021000 { 161 + compatible = "microchip,lan9668-otpc", "microchip,lan9662-otpc"; 162 + reg = <0xe0021000 0x300>; 163 + }; 164 + 160 165 flx0: flexcom@e0040000 { 161 166 compatible = "atmel,sama5d2-flexcom"; 162 167 reg = <0xe0040000 0x100>;