xref: /rk3399_rockchip-uboot/arch/arm/dts/rk1808-evb.dts (revision a3fec70d49c3effc5e206c450e3d0ac20d8a3ebc)
1// SPDX-License-Identifier:     GPL-2.0+
2/*
3 * (C) Copyright 2018 Rockchip Electronics Co., Ltd
4 *
5 */
6
7/dts-v1/;
8#include "rk1808.dtsi"
9#include "rk1808-u-boot.dtsi"
10#include <dt-bindings/input/input.h>
11#include <linux/media-bus-format.h>
12
13/ {
14	model = "Rockchip RK1808 EVB";
15	compatible = "rockchip,rk1808-evb", "rockchip,rk1808";
16
17	chosen {
18		stdout-path = &uart2;
19	};
20
21	xin24m: xin24m {
22		compatible = "fixed-clock";
23		#clock-cells = <0>;
24		clock-frequency = <24000000>;
25		clock-output-names = "xin24m";
26	};
27};
28
29&emmc {
30	fifo-mode;
31	bus-width = <8>;
32	cap-mmc-highspeed;
33	supports-emmc;
34	disable-wp;
35	non-removable;
36	num-slots = <1>;
37
38	status = "okay";
39};
40
41&sdmmc {
42	supports-sd;
43	status = "disabled";
44};
45
46&uart2 {
47	clock-frequency = <24000000>;
48	clocks = <&xin24m>, <&xin24m>;
49	clock-names = "baudclk", "apb_pclk";
50
51	status = "okay";
52};
53