diff options
author | 2025-02-14 11:08:18 -0700 | |
---|---|---|
committer | 2025-02-24 12:13:53 +0200 | |
commit | 64382432013dff7642aaab4201c8bd4ad8118753 (patch) | |
tree | cc2bc304de4a3e092d3d2c4b744ceb3234354641 | |
parent | ARM: dts: microchip: sama7d65_curiosity: Add power monitor support (diff) | |
download | wireguard-linux-64382432013dff7642aaab4201c8bd4ad8118753.tar.xz wireguard-linux-64382432013dff7642aaab4201c8bd4ad8118753.zip |
ARM: dts: microchip: sama7d65: Add chipID for sama7d65
Add chipID for the sama7d65 SoC to the device tree.
Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Link: https://lore.kernel.org/r/14e6cafb64df345e6bd79ac96961248cc266770c.1739555984.git.Ryan.Wanner@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/microchip/sama7d65.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ #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>; |