From: Ryan Wanner Date: Fri, 14 Feb 2025 18:08:18 +0000 (-0700) Subject: ARM: dts: microchip: sama7d65: Add chipID for sama7d65 X-Git-Tag: next-20250225~156^2^2~2 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=64382432013dff7642aaab4201c8bd4ad8118753;p=linux%2F.git ARM: dts: microchip: sama7d65: Add chipID for sama7d65 Add chipID for the sama7d65 SoC to the device tree. Signed-off-by: Ryan Wanner Link: https://lore.kernel.org/r/14e6cafb64df345e6bd79ac96961248cc266770c.1739555984.git.Ryan.Wanner@microchip.com Signed-off-by: Claudiu Beznea --- diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi index ac6eb52e8c22..f321f6b7ded4 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -83,6 +83,11 @@ clk32k: clock-controller@e001d500 { #clock-cells = <1>; }; + chipid@e0020000 { + compatible = "microchip,sama7d65-chipid"; + reg = <0xe0020000 0x8>; + }; + sdmmc1: mmc@e1208000 { compatible = "microchip,sama7d65-sdhci", "microchip,sam9x60-sdhci"; reg = <0xe1208000 0x400>;