xref: /rk3399_rockchip-uboot/arch/arm/dts/rv1106-evb2.dts (revision 514e00a960f8a815e0c86931b498063c6fc4ef76)
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&pinctrl {
37	/delete-property/ u-boot,dm-spl;
38	status = "disabled";
39};
40
41&pcfg_pull_up_drv_level_2 {
42	/delete-property/ u-boot,dm-spl;
43	status = "disabled";
44};
45
46&pcfg_pull_up {
47	/delete-property/ u-boot,dm-spl;
48	status = "disabled";
49};
50
51&gpio3 {
52	/delete-property/ u-boot,dm-spl;
53	status = "disabled";
54};
55
56&rmii_phy {
57	/delete-property/ u-boot,dm-spl;
58	status = "disabled";
59};
60
61&rng {
62	/delete-property/ u-boot,dm-spl;
63	status = "disabled";
64};
65
66&sdmmc {
67	/delete-property/ u-boot,dm-spl;
68	status = "disabled";
69};
70
71&sdmmc0 {
72	/delete-property/ u-boot,dm-spl;
73};
74
75&sdmmc0_bus4 {
76	/delete-property/ u-boot,dm-spl;
77};
78
79&sdmmc0_clk {
80	/delete-property/ u-boot,dm-spl;
81};
82
83&sdmmc0_cmd {
84	/delete-property/ u-boot,dm-spl;
85};
86
87&sdmmc0_det {
88	/delete-property/ u-boot,dm-spl;
89};
90
91&spi_nand {
92	/delete-property/ u-boot,dm-spl;
93	status = "disabled";
94};
95
96&spi_nor {
97	spi-max-frequency = <125000000>;
98};
99