All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: Vyacheslav Bocharov <adeep@lexina.in>
Cc: u-boot@lists.denx.de, u-boot-amlogic@groups.io
Subject: Re: [PATCH v3 0/3] ARM: meson: add support for JetHub D1/H1
Date: Tue, 21 Sep 2021 09:27:39 +0200	[thread overview]
Message-ID: <ca98d587-e12d-0e28-ed7e-090409d9138b@baylibre.com> (raw)
In-Reply-To: <20210920084016.2536084-1-adeep@lexina.in>

On 20/09/2021 10:40, Vyacheslav Bocharov wrote:
> Add support for new home automation devices manufactured by JetHome.
> Patches prepared for use with the "ARM: meson: Sync Amlogic DT from Linux 5.14" patch series by Neil Armstrong
> 
> JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller with the following features:
> - DIN Rail Mounting case
> - Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz
> - no video out
> - 512Mb/1GB DDR3
> - 8/16GB eMMC flash
> - 1 x USB 2.0
> - 1 x 10/100Mbps ethernet
> - WiFi / Bluetooth AMPAK AP6255 (Broadcom BCM43455) IEEE 802.11a/b/g/n/ac, Bluetooth 4.2.
> - TI CC2538 + CC2592 Zigbee Wireless Module with up to 20dBm output power and Zigbee 3.0 support.
> - 2 x gpio LEDS
> - GPIO user Button
> - 1 x 1-Wire
> - 2 x RS-485
> - 4 x dry contact digital GPIO inputs
> - 3 x relay GPIO outputs
> - DC source with a voltage of 9 to 56 V / Passive POE
> 
> JetHome Jethub H1 (http://jethome.ru/jethub-h1) is a home automation controller with the following features:
> - Square plastic case
> - Amlogic S905W (ARM Cortex-A53) quad-core up to 1.5GHz
> - no video out
> - 1GB DDR3
> - 8/16GB eMMC flash
> - 2 x USB 2.0
> - 1 x 10/100Mbps ethernet
> - WiFi / Bluetooth RTL8822CS IEEE 802.11a/b/g/n/ac, Bluetooth 5.0.
> - TI CC2538 + CC2592 Zigbee Wireless Module with up to 20dBm output power and Zigbee 3.0 support.
> - MicroSD 2.x/3.x/4.x DS/HS cards.
> - 1 x gpio LED
> - ADC user Button
> - DC source 5V microUSB with serial console
> 
> Changes from v2:
> - fix "Alignment should match open parenthesis" in board/amlogic/jethub-j80/jethub-j80.c
> - add missing files to board/amlogic/jethub-j80/MAINTAINERS
> - fix unexpected unindent in doc files
> 
> Changes from v1:
> - fix BOOT_TARGET_DEVICES in jethub.h (patch 1/3)
> - add lore URLs to description (patch 2/3)
> 
> Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
> 
> Vyacheslav Bocharov (3):
>   ARM: amlogic: add JetHub common config header
>   ARM: amlogic: add JetHub D1/H1 device support
>   ARM: amlogic: add JetHub D1/H1 docs
> 
>  arch/arm/dts/Makefile                         |   2 +
>  .../arm/dts/meson-axg-jethome-jethub-j100.dts | 361 ++++++++++++++++++
>  .../meson-gxl-s905w-jethome-jethub-j80.dts    | 241 ++++++++++++
>  board/amlogic/jethub-j80/MAINTAINERS          |   9 +
>  board/amlogic/jethub-j80/Makefile             |   6 +
>  board/amlogic/jethub-j80/jethub-j80.c         |  68 ++++
>  configs/jethub_j100_defconfig                 |  55 +++
>  configs/jethub_j80_defconfig                  |  63 +++
>  doc/board/amlogic/index.rst                   | 128 ++++---
>  doc/board/amlogic/jethub-j100.rst             | 108 ++++++
>  doc/board/amlogic/jethub-j80.rst              |  97 +++++
>  include/configs/jethub.h                      |  40 ++
>  12 files changed, 1115 insertions(+), 63 deletions(-)
>  create mode 100644 arch/arm/dts/meson-axg-jethome-jethub-j100.dts
>  create mode 100644 arch/arm/dts/meson-gxl-s905w-jethome-jethub-j80.dts
>  create mode 100644 board/amlogic/jethub-j80/MAINTAINERS
>  create mode 100644 board/amlogic/jethub-j80/Makefile
>  create mode 100644 board/amlogic/jethub-j80/jethub-j80.c
>  create mode 100644 configs/jethub_j100_defconfig
>  create mode 100644 configs/jethub_j80_defconfig
>  create mode 100644 doc/board/amlogic/jethub-j100.rst
>  create mode 100644 doc/board/amlogic/jethub-j80.rst
>  create mode 100644 include/configs/jethub.h
> 


Applied to u-boot-amlogic-next

Neil

      parent reply	other threads:[~2021-09-21  7:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-20  8:40 [PATCH v3 0/3] ARM: meson: add support for JetHub D1/H1 Vyacheslav Bocharov
2021-09-20  8:40 ` [PATCH v3 1/3] ARM: amlogic: add JetHub common config header Vyacheslav Bocharov
2021-09-20 12:30   ` Neil Armstrong
2021-09-20  8:40 ` [PATCH v3 2/3] ARM: amlogic: add JetHub D1/H1 device support Vyacheslav Bocharov
2021-09-20  8:40 ` [PATCH v3 3/3] ARM: amlogic: add JetHub D1/H1 docs Vyacheslav Bocharov
2021-09-21  7:27 ` Neil Armstrong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ca98d587-e12d-0e28-ed7e-090409d9138b@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=adeep@lexina.in \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.