Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df042a6

Browse files
ryan-wannernoglitch
authored andcommitted
ARM: dts: microchip: Add SAMA7D65 Curiosity Pro
Add support for SAMA7D65 Curiosity Pro board. Signed-off-by: Ryan Wanner <[email protected]> Acked-by: Nicolas Ferre <[email protected]>
1 parent 121b507 commit df042a6

File tree

2 files changed

+658
-0
lines changed

2 files changed

+658
-0
lines changed

arch/arm/boot/dts/microchip/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DTC_FLAGS_at91-sama5d3_eds := -@
1313
DTC_FLAGS_at91-sama5d3_xplained := -@
1414
DTC_FLAGS_at91-sama5d4_xplained := -@
1515
DTC_FLAGS_at91-sama7d65_curiosity := -@
16+
DTC_FLAGS_at91-sama7d65_curiosity_pro := -@
1617
DTC_FLAGS_at91-sama7d65eb := -@
1718
DTC_FLAGS_at91-sama7g54_curiosity := -@
1819
DTC_FLAGS_at91-sama7g5ek := -@
@@ -97,6 +98,7 @@ dtb-$(CONFIG_SOC_SAM_V7) += \
9798
at91-vinco.dtb
9899
dtb-$(CONFIG_SOC_SAMA7D65) += \
99100
at91-sama7d65_curiosity.dtb \
101+
at91-sama7d65_curiosity_pro.dtb \
100102
at91-sama7d65eb.dtb
101103
dtb-$(CONFIG_SOC_SAMA7G5) += \
102104
at91-sama7g54_curiosity.dtb \

0 commit comments

Comments
 (0)