public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jonas Karlman <jonas@kwiboo.se>
To: John Clark <inindev@gmail.com>, Kever Yang <kever.yang@rock-chips.com>
Cc: Chris Morgan <macromorgan@hotmail.com>,
	Eugen Hristev <eugen.hristev@collabora.com>,
	Jagan Teki <jagan@edgeble.ai>, Johan Jonker <jbx6244@gmail.com>,
	Massimo Pegorer <massimo.pegorer+oss@gmail.com>,
	Michal Simek <michal.simek@amd.com>,
	Nicolas Frattaroli <frattaroli.nicolas@gmail.com>,
	Simon Glass <sjg@chromium.org>,
	u-boot@lists.denx.de
Subject: Re: [PATCH v4 1/1] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board
Date: Tue, 17 Oct 2023 22:26:27 +0200	[thread overview]
Message-ID: <db5ccffe-fd4d-a402-8d2a-a4e77f8fa587@kwiboo.se> (raw)
In-Reply-To: <20231013012025.11694-2-inindev@gmail.com>

On 2023-10-13 03:19, John Clark wrote:
> The NanoPC-T6 is a Rockchip RK3588 based SBC by FriendlyElec.
> 
> There are four variants depending on the DRAM size: 4G/32GB eMMC,
> 8G/64GB eMMC, 16G/16MB SPI NOR, and 16G/256GB eMMC/16MB SPI NOR
> 
> Specifications:
>     CPU: Rockchip RK3588, 4x Cortex-A76 (up to 2.4GHz)
>                         + 4x Cortex-A55 (up to 1.8GHz)
>     GPU: Mali-G610 MP4
>     VPU: 8K@60fps H.265 and VP9 decoder, 8K@30fps H.264 decoder,
>          4K@60fps AV1 decoder, 8K@30fps H.264 and H.265 encoder
>     NPU: 6TOPs, supports INT4/INT8/INT16/FP16
>     RAM: 64-bit 4GB/8GB/16GB LPDDR4X at 2133MHz
>     eMMC: 0GB/32GB/64GB/256GB HS400
>     MicroSD Slot: MicroSD SDR104
>     PCIe 3.0: M.2 M-Key x1, PCIe 3.0 x4 for NVMe SSDs up to 2,500 MB/s
>     Ethernet: PCIe 2.5G 2x Ethernet (RTL8125BG)
>     PCIe 2.1: M.2 E-Key x1, PCIe 2.1 x1 and USB2.0 Host,
>               supports M.2 WiFi and Bluetooth
>     4G Module: MiniPCIe x1, MicroSIM Card Slot x1
>     Audio Out: 3.5mm jack for stereo headphone output
>     Audio In: 2.0mm PH-2A connector for analog microphone input
>     Video Input: standard HDMI input port, up to 4Kp60
>     2x 4-lane MIPI-CSI, compatible with MIPI V1.2
>     Video Output: 2x standard HDMI output ports compatible with HDMI2.1,
>                   HDMI2.0, and HDMI1.4
>     2x 4-lane MIPI-DSI, compatible with MIPI DPHY 2.0 or CPHY 1.1
>     USB-A: USB 3.0, Type A
>     USB-C: Full function USB Type‑C port, DP display up to 4Kp60, USB 3.0
>     40-pin 2.54mm header connector: up to 2x SPIs, 6x UARTs, 1x I2Cs,
>                                     8x PWMs, 2x I2Ss, 28x GPIOs
>     Debug UART: 3 Pin 2.54mm header, 3V level, 1500000bps
>     Onboard IR receiver: 38KHz carrier frequency
>     RTC Battery: 2 Pin 1.27/1.25mm RTC battery connector for low power
>                  RTC IC HYM8563TS
>     5V Fan connector
>     Working Temperature: 0C to 70C
>     Power: 5.5*2.1mm DC Jack, 12VDC input
>     Dimensions: 110x80x1.6mm (without case) / 86x114.5x30mm (with case)
> 
> Kernel commits:
> 893c17716d0c ("arm64: dts: rockchip: Add NanoPC T6")
> a721e28dfad2 ("arm64: dts: rockchip: Add NanoPC T6 PCIe Ethernet support")
> ac76b786cc37 ("arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support")
> 
> Signed-off-by: John Clark <inindev@gmail.com>

Reviewed-by: Jonas Karlman <jonas@kwiboo.se>
Tested-by: Jonas Karlman <jonas@kwiboo.se>

Regards,
Jonas

      parent reply	other threads:[~2023-10-17 20:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13  1:19 [PATCH v4 0/1] Empirical testing suggests that the rk3588 variants require additional spi detection handling based on iomux settings John Clark
2023-10-13  1:19 ` [PATCH v4 1/1] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board John Clark
2023-10-13  7:16   ` Kever Yang
2023-10-17 20:26   ` Jonas Karlman [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=db5ccffe-fd4d-a402-8d2a-a4e77f8fa587@kwiboo.se \
    --to=jonas@kwiboo.se \
    --cc=eugen.hristev@collabora.com \
    --cc=frattaroli.nicolas@gmail.com \
    --cc=inindev@gmail.com \
    --cc=jagan@edgeble.ai \
    --cc=jbx6244@gmail.com \
    --cc=kever.yang@rock-chips.com \
    --cc=macromorgan@hotmail.com \
    --cc=massimo.pegorer+oss@gmail.com \
    --cc=michal.simek@amd.com \
    --cc=sjg@chromium.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox