[v3,0/3] Add initial support for Microchip SAMA7G54 Curiosity board

Message ID 20240215091524.14732-1-mihai.sain@microchip.com
Headers
Series Add initial support for Microchip SAMA7G54 Curiosity board |

Message

Mihai Sain Feb. 15, 2024, 9:15 a.m. UTC
  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
  

Comments

claudiu beznea Feb. 23, 2024, 8:26 p.m. UTC | #1
On 15.02.2024 11:15, Mihai Sain wrote:
> 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

Applied to at91-dt, thanks!