linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Quentin Schulz <foss+kernel@0leil.net>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	heiko@sntech.de, foss+kernel@0leil.net
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	Quentin Schulz <quentin.schulz@theobroma-systems.com>
Subject: [PATCH v2 0/2] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
Date: Mon, 17 Oct 2022 12:01:14 +0200	[thread overview]
Message-ID: <20220930-upstream-ringneck-v2-0-6671694b6934@theobroma-systems.com> (raw)

From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

The PX30-uQ7 (Ringneck) SoM is a µQseven-compatible (40mmx70mm, MXM-230
connector) system-on-module from Theobroma Systems[1], featuring the
Rockchip PX30.

It provides the following feature set:
* up to 4GB DDR4
* up to 128GB on-module eMMC (with 8-bit 1.8V interface)
* SD card (on a baseboard) via edge connector
* Fast Ethernet with on-module TI DP83825I PHY
* MIPI-DSI/LVDS
* MIPI-CSI
* USB
- 1x USB 2.0 dual-role
- 3x USB 2.0 host
* on-module STM32 Cortex-M0 companion controller, implementing:
- low-power RTC functionality (ISL1208 emulation)
- fan controller (AMC6821 emulation)
- USB<->CAN bridge controller
* on-module Espressif ESP32 for Bluetooth + 2.4GHz WiFi
* on-module NXP SE05x Secure Element

[1] https://www.theobroma-systems.com/som-product/px30-%C2%B5q7/

The Espressif ESP32 support is not added in this patch series as
there'll be some challenges around the Device Tree bindings that will
require its own patch series and discussion.

MIPI-DSI/CSI "consumers" will come later with an adapter board once it
is designed.

Cheers,
Quentin

v2:
 - changed GPIO used for sleep and wake buttons since v1.2 HW rework (v1.1 was
   engineering sample),
 - changed GPIO used for PHY reset since v1.2 HW rework (v1.1 was engineering
   sample),
 - enabled saradc used for module voltage feedback and module HW version identifier,
 - updated vccio_sd for 1.8V-3.3V operation instead of forced 3V,
 - enabled SDR12, SDR25 and SDR50 for SD card controller,
 - added vqmmc supply for SD card controller,
 - removed SW_BOOT_ALT addition to the input SW events in favor of a GPIO input
   hog,
 - renamed model property in DT to use u instead of µ since dtc didn't like it,
 - renamed haikou-keys DT node name into gpio-keys to match DT standard
   expectation,
 - renamed gpio-keys entries with lowercase and dash characters only,
 - added button- or switch- prefix for gpio-keys,
 - removed label for GPIO LEDs in favor of function and color properties,
 - renamed regulator DT node names to be suffixed with -regulator as per DT
   standard expectation,
 - added GPIO hog for BIOS_DISABLE/BOOT_ALT override pin (makes sure that the
   lines to eMMC and SPI-flashes are working even if the hardware switch
   disabled them at boot),
 - renamed pmic_int DT node name into pmic-int,
 - removed a couple of redundant status = okay,
 - added Acked-By for dt-bindings,
 - replaced µ with u in dt-bindings description just for consistency,

To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-rockchip@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

---
Quentin Schulz (2):
      arm64: dts: rockchip: add PX30-µQ7 (Ringneck) SoM with Haikou baseboard
      dt-bindings: arm: rockchip: add Theobroma Systems PX30-µQ7 (Ringneck) with Haikou

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 .../boot/dts/rockchip/px30-ringneck-haikou.dts     | 232 +++++++++++++
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi    | 382 +++++++++++++++++++++
 4 files changed, 620 insertions(+)
---
base-commit: 26cd4fe5a20016bed96fce28e19115f238ce3a36
change-id: 20220930-upstream-ringneck-6cef0c09cd86

Best regards,
-- 
Quentin Schulz <quentin.schulz@theobroma-systems.com>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Quentin Schulz <foss+kernel@0leil.net>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de
Cc: foss+kernel@0leil.net, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	Quentin Schulz <quentin.schulz@theobroma-systems.com>
Subject: [PATCH v2 0/2] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
Date: Mon, 17 Oct 2022 12:25:23 +0200	[thread overview]
Message-ID: <20220930-upstream-ringneck-v2-0-6671694b6934@theobroma-systems.com> (raw)
Message-ID: <20221017102523.-HwjkhAQaRX2ZrxgcOtVdQ9NlaER4peAI_827b_uvOA@z> (raw)

From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

The PX30-uQ7 (Ringneck) SoM is a µQseven-compatible (40mmx70mm, MXM-230
connector) system-on-module from Theobroma Systems[1], featuring the
Rockchip PX30.

It provides the following feature set:
* up to 4GB DDR4
* up to 128GB on-module eMMC (with 8-bit 1.8V interface)
* SD card (on a baseboard) via edge connector
* Fast Ethernet with on-module TI DP83825I PHY
* MIPI-DSI/LVDS
* MIPI-CSI
* USB
- 1x USB 2.0 dual-role
- 3x USB 2.0 host
* on-module STM32 Cortex-M0 companion controller, implementing:
- low-power RTC functionality (ISL1208 emulation)
- fan controller (AMC6821 emulation)
- USB<->CAN bridge controller
* on-module Espressif ESP32 for Bluetooth + 2.4GHz WiFi
* on-module NXP SE05x Secure Element

[1] https://www.theobroma-systems.com/som-product/px30-%C2%B5q7/

The Espressif ESP32 support is not added in this patch series as
there'll be some challenges around the Device Tree bindings that will
require its own patch series and discussion.

MIPI-DSI/CSI "consumers" will come later with an adapter board once it
is designed.

Cheers,
Quentin

v2:
 - changed GPIO used for sleep and wake buttons since v1.2 HW rework (v1.1 was
   engineering sample),
 - changed GPIO used for PHY reset since v1.2 HW rework (v1.1 was engineering
   sample),
 - enabled saradc used for module voltage feedback and module HW version identifier,
 - updated vccio_sd for 1.8V-3.3V operation instead of forced 3V,
 - enabled SDR12, SDR25 and SDR50 for SD card controller,
 - added vqmmc supply for SD card controller,
 - removed SW_BOOT_ALT addition to the input SW events in favor of a GPIO input
   hog,
 - renamed model property in DT to use u instead of µ since dtc didn't like it,
 - renamed haikou-keys DT node name into gpio-keys to match DT standard
   expectation,
 - renamed gpio-keys entries with lowercase and dash characters only,
 - added button- or switch- prefix for gpio-keys,
 - removed label for GPIO LEDs in favor of function and color properties,
 - renamed regulator DT node names to be suffixed with -regulator as per DT
   standard expectation,
 - added GPIO hog for BIOS_DISABLE/BOOT_ALT override pin (makes sure that the
   lines to eMMC and SPI-flashes are working even if the hardware switch
   disabled them at boot),
 - renamed pmic_int DT node name into pmic-int,
 - removed a couple of redundant status = okay,
 - added Acked-By for dt-bindings,
 - replaced µ with u in dt-bindings description just for consistency,

To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-rockchip@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

---
Quentin Schulz (2):
      arm64: dts: rockchip: add PX30-µQ7 (Ringneck) SoM with Haikou baseboard
      dt-bindings: arm: rockchip: add Theobroma Systems PX30-µQ7 (Ringneck) with Haikou

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 .../boot/dts/rockchip/px30-ringneck-haikou.dts     | 232 +++++++++++++
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi    | 382 +++++++++++++++++++++
 4 files changed, 620 insertions(+)
---
base-commit: 26cd4fe5a20016bed96fce28e19115f238ce3a36
change-id: 20220930-upstream-ringneck-6cef0c09cd86

Best regards,
-- 
Quentin Schulz <quentin.schulz@theobroma-systems.com>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

             reply	other threads:[~2022-10-17 10:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17 10:01 Quentin Schulz [this message]
2022-10-17 10:25 ` [PATCH v2 0/2] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit Quentin Schulz
2022-10-17 10:25 ` [PATCH v2 1/2] arm64: dts: rockchip: add PX30-µQ7 (Ringneck) SoM with Haikou baseboard Quentin Schulz
2022-10-17 10:25 ` [PATCH v2 2/2] dt-bindings: arm: rockchip: add Theobroma Systems PX30-µQ7 (Ringneck) with Haikou Quentin Schulz
2022-10-17 12:34 ` [PATCH v2 0/2] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit Heiko Stuebner

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=20220930-upstream-ringneck-v2-0-6671694b6934@theobroma-systems.com \
    --to=foss+kernel@0leil.net \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=quentin.schulz@theobroma-systems.com \
    --cc=robh+dt@kernel.org \
    /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 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).