From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B1EF5C6379F for ; Tue, 21 Feb 2023 09:29:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4501B859A9; Tue, 21 Feb 2023 10:29:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A9F44859A8; Tue, 21 Feb 2023 10:29:27 +0100 (CET) Received: from mail-m11874.qiye.163.com (mail-m11874.qiye.163.com [115.236.118.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6ECB1859A8 for ; Tue, 21 Feb 2023 10:29:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kever.yang@rock-chips.com Received: from [192.168.60.65] (unknown [103.29.142.67]) by mail-m11874.qiye.163.com (Hmail) with ESMTPA id 815143C021F; Tue, 21 Feb 2023 17:29:10 +0800 (CST) Message-ID: <330a3e72-6dca-b7c2-e123-d9ae7c024f90@rock-chips.com> Date: Tue, 21 Feb 2023 17:29:09 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v4 04/12] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 IO Content-Language: en-US To: Jagan Teki , Philipp Tomsich , Simon Glass Cc: u-boot@lists.denx.de, linux-amarula@amarulasolutions.com, FUKAUMI Naoki , Manoj Sai References: <20230217115845.75303-1-jagan@amarulasolutions.com> <20230217115845.75303-5-jagan@amarulasolutions.com> From: Kever Yang In-Reply-To: <20230217115845.75303-5-jagan@amarulasolutions.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWS1ZQUlXWQ8JGhUIEh9ZQVlDGElKVkxCSElDT0lJGhoYGFUTARMWGhIXJBQOD1 lXWRgSC1lBWUpLSFVJQlVKT0lVTUxZV1kWGg8SFR0UWUFZT0tIVUpKS0hKTFVKS0tVS1kG X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6Ny46Dzo6Hj0XSQg3FQkyIh4L ThwKChpVSlVKTUxNQkxKTE5JSUlPVTMWGhIXVRAeDR4JVQIaFRw7CRQYEFYYExILCFUYFBZFWVdZ EgtZQVlKS0hVSUJVSk9JVU1MWVdZCAFZQUpLSENDNwY+ X-HM-Tid: 0a86734e386a2eb0kusn815143c021f X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 2023/2/17 19:58, Jagan Teki wrote: > Radxa Compute Module 3(CM3) IO board an application board from Radxa > and is compatible with Raspberry Pi CM4 IO form factor. > > Specification: > - 1x HDMI, > - 2x MIPI DSI > - 2x MIPI CSI2 > - 1x eDP > - 1x PCIe card > - 2x SATA > - 2x USB 2.0 Host > - 1x USB 3.0 > - 1x USB 2.0 OTG > - Phone jack > - microSD slot > - 40-pin GPIO expansion header > - 12V DC > > Radxa CM3 needs to mount on top of this IO board in order to create > complete Radxa CM3 IO board platform. > > linux-next commit for the same, > > commit <8f19828844f2> ("arm64: dts: rockchip: Fix compatible for Radxa > CM3") > > Add support for Radxa CM3 IO Board. > > Co-developed-by: FUKAUMI Naoki > Signed-off-by: FUKAUMI Naoki > Co-developed-by: Manoj Sai > Signed-off-by: Manoj Sai > Signed-off-by: Jagan Teki Reviewed-by: Kever Yang Thanks, - Kever > --- > arch/arm/dts/Makefile | 1 + > arch/arm/dts/rk3566-radxa-cm3-io.dts | 272 +++++++++++++++++++++++++++ > 2 files changed, 273 insertions(+) > create mode 100644 arch/arm/dts/rk3566-radxa-cm3-io.dts > > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile > index 9d647b9639..037ffc09b1 100644 > --- a/arch/arm/dts/Makefile > +++ b/arch/arm/dts/Makefile > @@ -165,6 +165,7 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \ > rk3399pro-rock-pi-n10.dtb > > dtb-$(CONFIG_ROCKCHIP_RK3568) += \ > + rk3566-radxa-cm3-io.dtb \ > rk3568-evb.dtb > > dtb-$(CONFIG_ROCKCHIP_RV1108) += \ > diff --git a/arch/arm/dts/rk3566-radxa-cm3-io.dts b/arch/arm/dts/rk3566-radxa-cm3-io.dts > new file mode 100644 > index 0000000000..d89d5263cb > --- /dev/null > +++ b/arch/arm/dts/rk3566-radxa-cm3-io.dts > @@ -0,0 +1,272 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright (c) 2022 Radxa Limited > + * Copyright (c) 2022 Amarula Solutions(India) > + */ > + > +/dts-v1/; > +#include > +#include "rk3566.dtsi" > +#include "rk3566-radxa-cm3.dtsi" > + > +/ { > + model = "Radxa Compute Module 3(CM3) IO Board"; > + compatible = "radxa,cm3-io", "radxa,cm3", "rockchip,rk3566"; > + > + aliases { > + mmc1 = &sdmmc0; > + }; > + > + chosen: chosen { > + stdout-path = "serial2:1500000n8"; > + }; > + > + gmac1_clkin: external-gmac1-clock { > + compatible = "fixed-clock"; > + clock-frequency = <125000000>; > + clock-output-names = "gmac1_clkin"; > + #clock-cells = <0>; > + }; > + > + hdmi-con { > + compatible = "hdmi-connector"; > + type = "a"; > + > + port { > + hdmi_con_in: endpoint { > + remote-endpoint = <&hdmi_out_con>; > + }; > + }; > + }; > + > + leds { > + compatible = "gpio-leds"; > + > + led-1 { > + gpios = <&gpio4 RK_PA4 GPIO_ACTIVE_LOW>; > + color = ; > + function = LED_FUNCTION_ACTIVITY; > + linux,default-trigger = "heartbeat"; > + pinctrl-names = "default"; > + pinctrl-0 = <&pi_nled_activity>; > + }; > + }; > + > + vcc5v0_usb30: vcc5v0-usb30-regulator { > + compatible = "regulator-fixed"; > + regulator-name = "vcc5v0_usb30"; > + enable-active-high; > + gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>; > + pinctrl-names = "default"; > + pinctrl-0 = <&vcc5v0_usb30_en_h>; > + regulator-always-on; > + regulator-min-microvolt = <5000000>; > + regulator-max-microvolt = <5000000>; > + vin-supply = <&vcc_sys>; > + }; > + > + vcca1v8_image: vcca1v8-image-regulator { > + compatible = "regulator-fixed"; > + regulator-name = "vcca1v8_image"; > + regulator-always-on; > + regulator-boot-on; > + regulator-min-microvolt = <1800000>; > + regulator-max-microvolt = <1800000>; > + vin-supply = <&vcc_1v8_p>; > + }; > + > + vdda0v9_image: vdda0v9-image-regulator { > + compatible = "regulator-fixed"; > + regulator-name = "vcca0v9_image"; > + regulator-always-on; > + regulator-boot-on; > + regulator-min-microvolt = <900000>; > + regulator-max-microvolt = <900000>; > + vin-supply = <&vdda_0v9>; > + }; > +}; > + > +&combphy1 { > + status = "okay"; > +}; > + > +&gmac1 { > + assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>; > + assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>, <&gmac1_clkin>; > + assigned-clock-rates = <0>, <125000000>; > + clock_in_out = "input"; > + phy-handle = <&rgmii_phy1>; > + phy-mode = "rgmii"; > + pinctrl-names = "default"; > + pinctrl-0 = <&gmac1m0_miim > + &gmac1m0_tx_bus2 > + &gmac1m0_rx_bus2 > + &gmac1m0_rgmii_clk > + &gmac1m0_rgmii_bus > + &gmac1m0_clkinout>; > + snps,reset-gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_LOW>; > + snps,reset-active-low; > + /* Reset time is 20ms, 100ms for rtl8211f */ > + snps,reset-delays-us = <0 20000 100000>; > + tx_delay = <0x46>; > + rx_delay = <0x2e>; > + status = "okay"; > +}; > + > +&hdmi { > + avdd-0v9-supply = <&vdda0v9_image>; > + avdd-1v8-supply = <&vcca1v8_image>; > + status = "okay"; > +}; > + > +&hdmi_in { > + hdmi_in_vp0: endpoint { > + remote-endpoint = <&vp0_out_hdmi>; > + }; > +}; > + > +&hdmi_out { > + hdmi_out_con: endpoint { > + remote-endpoint = <&hdmi_con_in>; > + }; > +}; > + > +&hdmi_sound { > + status = "okay"; > +}; > + > +&mdio1 { > + rgmii_phy1: ethernet-phy@0 { > + compatible="ethernet-phy-ieee802.3-c22"; > + reg= <0x0>; > + }; > +}; > + > +&pinctrl { > + gmac1 { > + gmac1m0_miim: gmac1m0-miim { > + rockchip,pins = > + /* gmac1_mdcm0 */ > + <3 RK_PC4 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_mdiom0 */ > + <3 RK_PC5 3 &pcfg_pull_none_drv_level_15>; > + }; > + > + gmac1m0_rx_bus2: gmac1m0-rx-bus2 { > + rockchip,pins = > + /* gmac1_rxd0m0 */ > + <3 RK_PB1 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_rxd1m0 */ > + <3 RK_PB2 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_rxdvcrsm0 */ > + <3 RK_PB3 3 &pcfg_pull_none_drv_level_15>; > + }; > + > + gmac1m0_tx_bus2: gmac1m0-tx-bus2 { > + rockchip,pins = > + /* gmac1_txd0m0 */ > + <3 RK_PB5 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_txd1m0 */ > + <3 RK_PB6 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_txenm0 */ > + <3 RK_PB7 3 &pcfg_pull_none_drv_level_15>; > + }; > + > + gmac1m0_rgmii_clk: gmac1m0-rgmii-clk { > + rockchip,pins = > + /* gmac1_rxclkm0 */ > + <3 RK_PA7 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_txclkm0 */ > + <3 RK_PA6 3 &pcfg_pull_none_drv_level_15>; > + }; > + > + gmac1m0_rgmii_bus: gmac1m0-rgmii-bus { > + rockchip,pins = > + /* gmac1_rxd2m0 */ > + <3 RK_PA4 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_rxd3m0 */ > + <3 RK_PA5 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_txd2m0 */ > + <3 RK_PA2 3 &pcfg_pull_none_drv_level_15>, > + /* gmac1_txd3m0 */ > + <3 RK_PA3 3 &pcfg_pull_none_drv_level_15>; > + }; > + > + gmac1m0_clkinout: gmac1m0-clkinout { > + rockchip,pins = > + /* gmac1_mclkinoutm0 */ > + <3 RK_PC0 3 &pcfg_pull_none_drv_level_15>; > + }; > + }; > + > + leds { > + pi_nled_activity: pi-nled-activity { > + rockchip,pins = <4 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>; > + }; > + }; > + > + sdcard { > + sdmmc_pwren: sdmmc-pwren { > + rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>; > + }; > + }; > + > + usb { > + vcc5v0_usb30_en_h: vcc5v0-host-en-h { > + rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>; > + }; > + }; > +}; > + > +&sdmmc0 { > + bus-width = <4>; > + cap-mmc-highspeed; > + cap-sd-highspeed; > + disable-wp; > + vqmmc-supply = <&vccio_sd>; > + pinctrl-names = "default"; > + pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_pwren>; > + status = "okay"; > +}; > + > +&uart2 { > + status = "okay"; > +}; > + > +&usb2phy0_host { > + phy-supply = <&vcc5v0_usb30>; > + status = "okay"; > +}; > + > +&usb2phy1_host { > + status = "okay"; > +}; > + > +&usb2phy1_otg { > + status = "okay"; > +}; > + > +&usb_host0_ehci { > + status = "okay"; > +}; > + > +&usb_host1_xhci { > + status = "okay"; > +}; > + > +&vop { > + assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>; > + assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>; > + status = "okay"; > +}; > + > +&vop_mmu { > + status = "okay"; > +}; > + > +&vp0 { > + vp0_out_hdmi: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { > + reg = ; > + remote-endpoint = <&hdmi_in_vp0>; > + }; > +};