Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d77c2387 authored by Ludovic Desroches's avatar Ludovic Desroches Committed by Nicolas Ferre
Browse files

ARM: dts: at91: sama5d2: add chipid node



Add node for chipid device in order to have access to the CIDR and EXID
values.

Signed-off-by: default avatarLudovic Desroches <ludovic.desroches@atmel.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent c8f26c26
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1198,6 +1198,11 @@
				clock-names = "tdes_clk";
				status = "okay";
			};

			chipid@fc069000 {
				compatible = "atmel,sama5d2-chipid";
				reg = <0xfc069000 0x8>;
			};
		};
	};
};