mbox series

[0/3] Add new Overkiz Kizbox3 support

Message ID 20191011125022.16329-1-kamel.bouhara@bootlin.com (mailing list archive)
Headers show
Series Add new Overkiz Kizbox3 support | expand

Message

Kamel Bouhara Oct. 11, 2019, 12:50 p.m. UTC
Add support for the Kizbox3 Overkiz SAS boards.
Those boards are based on the Atmel SAMA5D27 SoC.

Kamel Bouhara (3):
  dt-bindings: Add vendor prefix for Overkiz SAS
  dt-bindings: arm: at91: Document Kizbox3 HS board binding
  ARM: at91: add Overkiz KIZBOX3 board

 .../devicetree/bindings/arm/atmel-at91.yaml   |   7 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/at91-kizbox3-hs.dts         | 309 +++++++++++++
 arch/arm/boot/dts/at91-kizbox3_common.dtsi    | 412 ++++++++++++++++++
 5 files changed, 731 insertions(+)
 create mode 100644 arch/arm/boot/dts/at91-kizbox3-hs.dts
 create mode 100644 arch/arm/boot/dts/at91-kizbox3_common.dtsi

--
2.23.0

Comments

Alexandre Belloni Oct. 16, 2019, 8:08 a.m. UTC | #1
On 11/10/2019 14:50:19+0200, Kamel Bouhara wrote:
> Add support for the Kizbox3 Overkiz SAS boards.
> Those boards are based on the Atmel SAMA5D27 SoC.
> 
> Kamel Bouhara (3):
>   dt-bindings: Add vendor prefix for Overkiz SAS
>   dt-bindings: arm: at91: Document Kizbox3 HS board binding
>   ARM: at91: add Overkiz KIZBOX3 board
> 
>  .../devicetree/bindings/arm/atmel-at91.yaml   |   7 +
>  .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
>  arch/arm/boot/dts/Makefile                    |   1 +
>  arch/arm/boot/dts/at91-kizbox3-hs.dts         | 309 +++++++++++++
>  arch/arm/boot/dts/at91-kizbox3_common.dtsi    | 412 ++++++++++++++++++
>  5 files changed, 731 insertions(+)
>  create mode 100644 arch/arm/boot/dts/at91-kizbox3-hs.dts
>  create mode 100644 arch/arm/boot/dts/at91-kizbox3_common.dtsi
> 

All applied, thanks.