xref: /OK3568_Linux_fs/u-boot/arch/arm/dts/rv1106-evb2.dts (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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#include <dt-bindings/input/input.h>
11
12/ {
13	model = "Rockchip RV1106 EVB2 Board";
14	compatible = "rockchip,rv1106-evb2", "rockchip,rv1106";
15
16	chosen {
17		stdout-path = &uart2;
18		u-boot,spl-boot-order = &spi_nor, &emmc;
19	};
20
21	adc-keys {
22		compatible = "adc-keys";
23		io-channels = <&saradc 0>;
24		io-channel-names = "buttons";
25		keyup-threshold-microvolt = <1800000>;
26		u-boot,dm-spl;
27		status = "okay";
28
29		volumeup-key {
30			u-boot,dm-spl;
31			linux,code = <KEY_VOLUMEUP>;
32			label = "volume up";
33			press-threshold-microvolt = <17578>;
34		};
35	};
36};
37
38&hw_decompress {
39	u-boot,dm-spl;
40	status = "okay";
41};
42
43&gmac {
44	/delete-property/ u-boot,dm-spl;
45	status = "disabled";
46};
47
48&mdio {
49	/delete-property/ u-boot,dm-spl;
50	status = "disabled";
51};
52
53&pinctrl {
54	/delete-property/ u-boot,dm-spl;
55	status = "disabled";
56};
57
58&pcfg_pull_up_drv_level_2 {
59	/delete-property/ u-boot,dm-spl;
60	status = "disabled";
61};
62
63&pcfg_pull_up {
64	/delete-property/ u-boot,dm-spl;
65	status = "disabled";
66};
67
68&gpio3 {
69	/delete-property/ u-boot,dm-spl;
70	status = "disabled";
71};
72
73&rmii_phy {
74	/delete-property/ u-boot,dm-spl;
75	status = "disabled";
76};
77
78&rng {
79	/delete-property/ u-boot,dm-spl;
80	status = "disabled";
81};
82
83&saradc {
84	u-boot,dm-spl;
85	status = "okay";
86};
87
88&sdmmc {
89	/delete-property/ u-boot,dm-spl;
90	status = "disabled";
91};
92
93&sdmmc0 {
94	/delete-property/ u-boot,dm-spl;
95};
96
97&sdmmc0_bus4 {
98	/delete-property/ u-boot,dm-spl;
99};
100
101&sdmmc0_clk {
102	/delete-property/ u-boot,dm-spl;
103};
104
105&sdmmc0_cmd {
106	/delete-property/ u-boot,dm-spl;
107};
108
109&sdmmc0_det {
110	/delete-property/ u-boot,dm-spl;
111};
112
113&spi_nand {
114	/delete-property/ u-boot,dm-spl;
115	status = "disabled";
116};
117
118&spi_nor {
119	spi-max-frequency = <125000000>;
120};
121