All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Meson8b: add support for the Endless Mini EC-100
@ 2018-09-13 20:21 ` Martin Blumenstingl
  0 siblings, 0 replies; 30+ messages in thread
From: Martin Blumenstingl @ 2018-09-13 20:21 UTC (permalink / raw)
  To: linux-amlogic, devicetree, khilman, carlo, robh+dt
  Cc: Martin Blumenstingl, linux-arm-kernel

This series adds support for the "Endless Mini" grapefruit-sized mini PC
from Endless Mobile, Inc. The internal name of this device is EC-100
(this can be found for example in the GPL kernel tree which is based on
Amlogic's 3.10 kernel: [0]).

The board is using a Meson8b (S805) SoC with various peripherals.
The biggest difference compared to boards which are based on Amlogic's
reference designs is that this board comes with an embedded micro-
controller called "EC" which makes the system LED pulse during boot
and allows powering off the board. It also comes with a 10/100 Mbit/s
Ethernet port and one USB host port.
There are two variants:
- 2GB RAM, 32GB storage, 802.11bgn and Bluetooth 4.0
- 1GB RAM, 24GB storage, neither wifi nor Bluetooth

This series contains support for the new board as well as supporting
patches for the new vendor prefix and the pin definitions in
meson8b.dtsi so various peripherals can be enabled.


[0] https://github.com/endlessm/linux-meson/blob/d628bf1242928927a41f7482ba5ef7295e01a9ff/arch/arm/boot/dts/meson8b-ec100.dts

Martin Blumenstingl (5):
  dt-bindings: add vendor prefix for "Endless Mobile, Inc."
  dt-bindings: arm: amlogic: Add the Endless Mobile Endless Mini
    (EC-100)
  ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins
  ARM: dts: meson8b: add the RMII pins
  ARM: dts: meson8b: Add support for the Endless Mini (EC-100)

 .../devicetree/bindings/arm/amlogic.txt       |   1 +
 .../devicetree/bindings/vendor-prefixes.txt   |   1 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/meson8b-ec100.dts           | 248 ++++++++++++++++++
 arch/arm/boot/dts/meson8b.dtsi                |  45 ++++
 5 files changed, 296 insertions(+)
 create mode 100644 arch/arm/boot/dts/meson8b-ec100.dts

-- 
2.19.0

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2018-09-17  5:45 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13 20:21 [PATCH 0/5] Meson8b: add support for the Endless Mini EC-100 Martin Blumenstingl
2018-09-13 20:21 ` Martin Blumenstingl
2018-09-13 20:21 ` Martin Blumenstingl
2018-09-13 20:21 ` [PATCH 1/5] dt-bindings: add vendor prefix for "Endless Mobile, Inc." Martin Blumenstingl
2018-09-13 20:21   ` Martin Blumenstingl
2018-09-13 20:21   ` Martin Blumenstingl
2018-09-17  5:45   ` Rob Herring
2018-09-17  5:45     ` Rob Herring
2018-09-17  5:45     ` Rob Herring
2018-09-13 20:22 ` [PATCH 2/5] dt-bindings: arm: amlogic: Add the Endless Mobile Endless Mini (EC-100) Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-17  5:45   ` Rob Herring
2018-09-17  5:45     ` Rob Herring
2018-09-17  5:45     ` Rob Herring
2018-09-13 20:22 ` [PATCH 3/5] ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-13 20:22 ` [PATCH 4/5] ARM: dts: meson8b: add the RMII pins Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-13 20:22 ` [PATCH 5/5] ARM: dts: meson8b: Add support for the Endless Mini (EC-100) Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-13 20:22   ` Martin Blumenstingl
2018-09-14  6:24   ` Daniel Drake
2018-09-14  6:24     ` Daniel Drake
2018-09-14  6:24     ` Daniel Drake
2018-09-14 17:22     ` Martin Blumenstingl
2018-09-14 17:22       ` Martin Blumenstingl
2018-09-14 17:22       ` Martin Blumenstingl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.