This patch series adds initial support for Microchip SAMA7G54 Curiosity board. Changes in v3: -------------- * Update flexcom 10 node in order to match previous flexcom definitions. * Use alphanumerical sorting in Makefile. * Remove adc subnode from flx10 node. * Use C style comment. Changes in v2: -------------- * Remove bootargs. * Use phandle style for clock nodes. * Use color and function for gpio-leds. * Remove status okay from leds, nand, eeprom, pmic, flash. * Use generic name like pmic for mcp16502 regulator. Mihai Sain (3): dt-bindings: ARM: at91: Document Microchip SAMA7G54 Curiosity ARM: dts: microchip: sama7g5: Add flexcom 10 node ARM: dts: microchip: sama7g54_curiosity: Add initial device tree of the board .../devicetree/bindings/arm/atmel-at91.yaml | 6 + arch/arm/boot/dts/microchip/Makefile | 2 + .../dts/microchip/at91-sama7g54_curiosity.dts | 482 ++++++++++++++++++ arch/arm/boot/dts/microchip/sama7g5.dtsi | 24 + 4 files changed, 514 insertions(+) create mode 100644 arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts -- 2.43.0