mbox series

[0/3] Add Oxalis board support

Message ID 20190110080821.30280-1-manivannan.sadhasivam@linaro.org
Headers show
Series Add Oxalis board support | expand

Message

Manivannan Sadhasivam Jan. 10, 2019, 8:08 a.m. UTC
Hello,

This patchset adds Oxalis board support. This board is one of the
96Boards Enterprise Edition platform from EBS-SYSTART GmbH. Below are some
of the key features of this board:

* SoC: NXP Layerscape LS1012A
* RAM: 1GB DDR3L
* PMU: NXP VR5100
* Storage: 64MByte SPI Flash for bootloader and RCW, MicroSD Card, SATA
* Connectivity: 2x Ethernet
* USB: 2x USB3.0

More information about this board can be found in 96Boards product
page: https://www.96boards.org/product/oxalis/

Ethernet and SPI flash are not supported yet!

Thanks,
Mani

Manivannan Sadhasivam (3):
  dt-bindings: vendor-prefixes: Add EBS-SYSTART GmbH Vendor Prefix
  dt-bindings: arm: fsl: Add devicetree binding for Oxalis
  arm64: dts: freescale: Add devicetree for Oxalis

 Documentation/devicetree/bindings/arm/fsl.txt |  4 +
 .../devicetree/bindings/vendor-prefixes.txt   |  1 +
 arch/arm64/boot/dts/freescale/Makefile        |  1 +
 .../boot/dts/freescale/fsl-ls1012a-oxalis.dts | 96 +++++++++++++++++++
 4 files changed, 102 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts

-- 
2.17.1

Comments

Rob Herring Jan. 10, 2019, 4:49 p.m. UTC | #1
On Thu, Jan 10, 2019 at 2:08 AM Manivannan Sadhasivam
<manivannan.sadhasivam@linaro.org> wrote:
>

> Hello,

>

> This patchset adds Oxalis board support. This board is one of the

> 96Boards Enterprise Edition platform from EBS-SYSTART GmbH. Below are some

> of the key features of this board:

>

> * SoC: NXP Layerscape LS1012A

> * RAM: 1GB DDR3L

> * PMU: NXP VR5100

> * Storage: 64MByte SPI Flash for bootloader and RCW, MicroSD Card, SATA

> * Connectivity: 2x Ethernet

> * USB: 2x USB3.0

>

> More information about this board can be found in 96Boards product

> page: https://www.96boards.org/product/oxalis/

>

> Ethernet and SPI flash are not supported yet!

>

> Thanks,

> Mani

>

> Manivannan Sadhasivam (3):

>   dt-bindings: vendor-prefixes: Add EBS-SYSTART GmbH Vendor Prefix

>   dt-bindings: arm: fsl: Add devicetree binding for Oxalis

>   arm64: dts: freescale: Add devicetree for Oxalis

>

>  Documentation/devicetree/bindings/arm/fsl.txt |  4 +


This is converted to json-schema now (in Shawn's tree), so you'll need
to update to that.

Rob

>  .../devicetree/bindings/vendor-prefixes.txt   |  1 +

>  arch/arm64/boot/dts/freescale/Makefile        |  1 +

>  .../boot/dts/freescale/fsl-ls1012a-oxalis.dts | 96 +++++++++++++++++++

>  4 files changed, 102 insertions(+)

>  create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts

>

> --

> 2.17.1

>