[PATCH v2 07/18] arm64: dts: rockchip: add board-aliases for Qnap-TS433

Kever Yang kever.yang at rock-chips.com
Fri Oct 25 13:58:57 CEST 2024


On 2024/10/14 03:24, Heiko Stuebner wrote:
> Add the aliases for the internal network interface as well as the emmc
> on the board and make sure the dedicated RTC is always the first one.
>
> The TS433 actually has two rtc devices. One coming from the rk809 pmic
> without added functionality and also a dedicated RTC from Mycrocrystal
> that is battery backed to keep the time.
>
> Tested-by: Uwe Kleine-König <ukleinek at debian.org>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> Link: https://lore.kernel.org/r/20240723195538.1133436-8-heiko@sntech.de
>
> [ upstream commit: dadd4256e12360d3ff1f6481b2e4697f9d890caf ]
>
> (cherry picked from commit cb53815764403f7f17967a32eec2aeb6625b396f)
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   dts/upstream/src/arm64/rockchip/rk3568-qnap-ts433.dts | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/dts/upstream/src/arm64/rockchip/rk3568-qnap-ts433.dts b/dts/upstream/src/arm64/rockchip/rk3568-qnap-ts433.dts
> index 40af4dd0e41..8be36250aa1 100644
> --- a/dts/upstream/src/arm64/rockchip/rk3568-qnap-ts433.dts
> +++ b/dts/upstream/src/arm64/rockchip/rk3568-qnap-ts433.dts
> @@ -13,6 +13,12 @@
>   	model = "Qnap TS-433-4G NAS System 4-Bay";
>   	compatible = "qnap,ts433", "rockchip,rk3568";
>   
> +	aliases {
> +		ethernet0 = &gmac0;
> +		mmc0 = &sdhci;
> +		rtc0 = &rtc_rv8263;
> +	};
> +
>   	chosen {
>   		stdout-path = "serial2:115200n8";
>   	};
> @@ -120,7 +126,7 @@
>   &i2c1 {
>   	status = "okay";
>   
> -	rtc at 51 {
> +	rtc_rv8263: rtc at 51 {
>   		compatible = "microcrystal,rv8263";
>   		reg = <0x51>;
>   		wakeup-source;


More information about the U-Boot mailing list