xref: /rk3399_rockchip-uboot/arch/arm/dts/rv1106-evb2.dts (revision 4474bc1daa676d583b87fbb3c2ee98b7cea01c93)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2022 Rockchip Electronics Co., Ltd.
4 */
5
6/dts-v1/;
7
8#include "rv1106.dtsi"
9#include "rv1106-u-boot.dtsi"
10
11/ {
12	model = "Rockchip RV1106 EVB2 Board";
13	compatible = "rockchip,rv1106-evb2", "rockchip,rv1106";
14
15	chosen {
16		stdout-path = &uart2;
17		u-boot,spl-boot-order = &spi_nor, &emmc;
18	};
19};
20
21&hw_decompress {
22	u-boot,dm-spl;
23	status = "okay";
24};
25
26&gmac {
27	/delete-property/ u-boot,dm-spl;
28	status = "disabled";
29};
30
31&mdio {
32	/delete-property/ u-boot,dm-spl;
33	status = "disabled";
34};
35
36&rmii_phy {
37	/delete-property/ u-boot,dm-spl;
38	status = "disabled";
39};
40
41&sdmmc {
42	/delete-property/ u-boot,dm-spl;
43	status = "disabled";
44};
45
46&sdmmc0 {
47	/delete-property/ u-boot,dm-spl;
48};
49
50&sdmmc0_bus4 {
51	/delete-property/ u-boot,dm-spl;
52};
53
54&sdmmc0_clk {
55	/delete-property/ u-boot,dm-spl;
56};
57
58&sdmmc0_cmd {
59	/delete-property/ u-boot,dm-spl;
60};
61
62&sdmmc0_det {
63	/delete-property/ u-boot,dm-spl;
64};
65
66&spi_nand {
67	/delete-property/ u-boot,dm-spl;
68	status = "disabled";
69};
70
71&spi_nor {
72	spi-max-frequency = <125000000>;
73};
74