diff options
author | Horatiu Vultur <[email protected]> | 2022-09-16 21:49:46 +0200 |
---|---|---|
committer | Claudiu Beznea <[email protected]> | 2022-11-25 11:11:50 +0200 |
commit | eb93f1d7c91d8d6fe6fc001e0b515d1bbd755fd2 (patch) | |
tree | ae3fd7baa4be2b6281f2e26f89de94370e77f157 | |
parent | 3cf2291777abefe94b453d1d886e8a11f024912c (diff) |
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 <[email protected]>
Signed-off-by: Claudiu Beznea <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/lan966x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lan966x.dtsi b/arch/arm/boot/dts/lan966x.dtsi index 0bf818713422..05b73f7cf0c7 100644 --- a/arch/arm/boot/dts/lan966x.dtsi +++ b/arch/arm/boot/dts/lan966x.dtsi @@ -157,6 +157,11 @@ }; }; + otp: otp@e0021000 { + compatible = "microchip,lan9668-otpc", "microchip,lan9662-otpc"; + reg = <0xe0021000 0x300>; + }; + flx0: flexcom@e0040000 { compatible = "atmel,sama5d2-flexcom"; reg = <0xe0040000 0x100>; |