Skip to content

Commit 4c46b99

Browse files
gehariprasathnoglitch
authored andcommitted
ARM: at91: dts: sama5d29: Add dtsi file for sama5d29
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 <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0d83e4c commit 4c46b99

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/arm/boot/dts/sama5d29.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* sama5d29.dtsi - Device Tree Include file for SAMA5D29 SoC of the SAMA5D2
4+
* family.
5+
*
6+
* Copyright (C) 2021 Microchip Technology, Inc. and its subsidiaries
7+
*
8+
* Author: Hari Prasath <[email protected]>
9+
*
10+
*/
11+
12+
#include "sama5d2.dtsi"
13+
14+
&macb0 {
15+
compatible = "atmel,sama5d29-gem";
16+
};

0 commit comments

Comments
 (0)