linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: meson-axg: meson-gxl: add support for JetHub D1/H1
@ 2021-09-02 13:05 Vyacheslav Bocharov
  2021-09-02 13:05 ` [PATCH 1/3] arm64: dts: meson-gxl: add support for JetHub H1 Vyacheslav Bocharov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vyacheslav Bocharov @ 2021-09-02 13:05 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel

Hi. I want to add support for new home automation devices.

JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller with the following features:
- DIN Rail Mounting
- Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz
- no video out
- 512Mb/1GB LPDDR4
- 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 LPDDR4
- 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

Vyacheslav Bocharov (3):
  arm64: dts: meson-gxl: add support for JetHub H1
  arm64: dts: meson-axg: add support for JetHub D1
  dt-bindings: arm: amlogic: add bindings for JetHome Jethud D1/H1

 .../devicetree/bindings/arm/amlogic.yaml      |   2 +
 arch/arm64/boot/dts/amlogic/Makefile          |   2 +
 .../amlogic/meson-axg-jethome-jethub-j100.dts | 439 ++++++++++++++++++
 .../meson-gxl-s905w-jethome-jethub-j80.dts    | 325 +++++++++++++
 4 files changed, 768 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts

-- 
2.30.2


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

end of thread, other threads:[~2021-09-02 13:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 13:05 [PATCH 0/3] arm64: meson-axg: meson-gxl: add support for JetHub D1/H1 Vyacheslav Bocharov
2021-09-02 13:05 ` [PATCH 1/3] arm64: dts: meson-gxl: add support for JetHub H1 Vyacheslav Bocharov
2021-09-02 13:19   ` Neil Armstrong
2021-09-02 13:05 ` [PATCH 2/3] arm64: dts: meson-axg: add support for JetHub D1 Vyacheslav Bocharov
2021-09-02 13:27   ` Neil Armstrong
2021-09-02 13:05 ` [PATCH 3/3] dt-bindings: arm: amlogic: add bindings for JetHub D1/H1 Vyacheslav Bocharov
2021-09-02 13:29   ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).