mbox series

[v4,0/2] Add initial support for SAMA5D29-Curiosity board

Message ID 20230919124606.26898-1-mihai.sain@microchip.com
Headers show
Series Add initial support for SAMA5D29-Curiosity board | expand

Message

Mihai Sain Sept. 19, 2023, 12:46 p.m. UTC
Document device tree binding of SAMA5D29-Curiosity board.
Add initial device tree file for SAMA5D29-Curiosity board.

Changes in v4:
--------------

* revert dt-bindings patch
* fix the warnings from dtbs_check

Changes in v3:
--------------

* remove i2s0 node and its pinctrl

Changes in v2:
--------------

* drop dt-bindings patch
* remove vdd_1v8 regulator
* fix flx4 node to use 1 spi node and pinctrl
* add i2s0 node and pinctrl
* remove macb0 node and pinctrl
* remove unused pinctrl
* sort in alphabetical order all nodes and pinctrl
* replace "_" with "-" in node names

Andrei Simion (1):
  dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity

Mihai Sain (1):
  ARM: dts: at91: sama5d29_curiosity: Add device tree for
    sama5d29_curiosity board

 .../devicetree/bindings/arm/atmel-at91.yaml   |   7 +
 arch/arm/boot/dts/microchip/Makefile          |   2 +
 .../dts/microchip/at91-sama5d29_curiosity.dts | 600 ++++++++++++++++++
 3 files changed, 609 insertions(+)
 create mode 100644 arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts

Comments

Claudiu Sept. 25, 2023, 1:14 p.m. UTC | #1
On 19.09.2023 15:46, Mihai Sain wrote:
> Add initial device tree file for sama5d29_curiosity board.
> 
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>

Applied to at91-dt, thanks!