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

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
......@@ -1198,6 +1198,11 @@ AT91_XDMAC_DT_PERID(28))>,
clock-names = "tdes_clk";
status = "okay";
};
chipid@fc069000 {
compatible = "atmel,sama5d2-chipid";
reg = <0xfc069000 0x8>;
};
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment