ARM: at91: dts: sama5d29: Add dtsi file for sama5d29
authorHari Prasath <Hari.PrasathGE@microchip.com>
Thu, 12 Aug 2021 14:07:57 +0000 (19:37 +0530)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Tue, 21 Sep 2021 10:37:07 +0000 (12:37 +0200)
A new dtsi file for sama5d29 SoC is added which basically inherits the sama5d2
dtsi with the mac controller compatible property updated.

Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20210812140758.28273-1-Hari.PrasathGE@microchip.com
arch/arm/boot/dts/sama5d29.dtsi [new file with mode: 0644]

diff --git a/arch/arm/boot/dts/sama5d29.dtsi b/arch/arm/boot/dts/sama5d29.dtsi
new file mode 100644 (file)
index 0000000..17991c2
--- /dev/null
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * sama5d29.dtsi - Device Tree Include file for SAMA5D29 SoC of the SAMA5D2
+ * family.
+ *
+ *  Copyright (C) 2021 Microchip Technology, Inc. and its subsidiaries
+ *
+ *  Author: Hari Prasath <Hari.PrasathGE@microchip.com>
+ *
+ */
+
+#include "sama5d2.dtsi"
+
+&macb0 {
+       compatible = "atmel,sama5d29-gem";
+};