xref: /rk3399_rockchip-uboot/arch/arm/dts/rk3399pro-npu-evb.dts (revision f05ce84792cbd2e5573a414010d421eb8fbb7689)
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 RK3399PRO NPU";
15	compatible = "rockchip,rk3399pro-npu";
16
17	chosen {
18		stdout-path = &uart2;
19	};
20
21	ramdisk-readonly {
22		u-boot,dm-pre-reloc;
23		compatible = "ramdisk-readonly";
24		status = "okay";
25	};
26
27	xin24m: xin24m {
28		compatible = "fixed-clock";
29		#clock-cells = <0>;
30		clock-frequency = <24000000>;
31		clock-output-names = "xin24m";
32	};
33};
34
35&emmc {
36	fifo-mode;
37	bus-width = <8>;
38	cap-mmc-highspeed;
39	supports-emmc;
40	disable-wp;
41	non-removable;
42	num-slots = <1>;
43
44	status = "okay";
45};
46
47&sdmmc {
48	supports-sd;
49	status = "disabled";
50};
51
52&uart2 {
53	clock-frequency = <24000000>;
54	clocks = <&xin24m>, <&xin24m>;
55	clock-names = "baudclk", "apb_pclk";
56
57	status = "okay";
58};
59