mbox series

[linux,0/6] Add support for sam9x60 curiosity board

Message ID 20220907092054.29915-1-Hari.PrasathGE@microchip.com (mailing list archive)
Headers show
Series Add support for sam9x60 curiosity board | expand

Message

Hari Prasath Gujulan Elango Sept. 7, 2022, 9:20 a.m. UTC
This patch series addresses the following:
	- Moving of flexcom definitions from board file to SoC file plus
	  some minor changes to its properties.
	- Add support for the new sam9x60 curiosity board based on the
	  existing sam9x60 SoC.

Durai Manickam KR (1):
  ARM: dts: at91: sam9x60: Add missing flexcom definitions

Hari Prasath (2):
  ARM: dts: at91: sam9x60: Move flexcom definitions to the SoC dtsi
  ARM: dts: at91: sam9x60: Add DMA bindigs for the flexcom nodes

Manikandan M (3):
  ARM: dts: at91: sam9x60: Fix the label numbering for the flexcom
    functions
  ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART
  ARM: dts: at91: sam9x60_curiosity: Add device tree for
    sam9x60_curiosity board

 .../devicetree/bindings/arm/atmel-at91.yaml   |   6 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/at91-sam9x60_curiosity.dts  | 532 +++++++++++++++
 arch/arm/boot/dts/at91-sam9x60ek.dts          |  49 +-
 arch/arm/boot/dts/sam9x60.dtsi                | 623 ++++++++++++++++++
 5 files changed, 1172 insertions(+), 39 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sam9x60_curiosity.dts