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