xref: /rk3399_rockchip-uboot/arch/arm/dts/s5pc1xx-smdkc100.dts (revision 25ca385dd698496e246bc6a45422ee00a2bba039)
1/*
2 * Samsung's Exynos4210-based SMDKV310 board device tree source
3 *
4 * Copyright (c) 2014 Google, Inc
5 *
6 * SPDX-License-Identifier:	GPL-2.0+
7 */
8
9/dts-v1/;
10
11#include "skeleton.dtsi"
12
13/ {
14	model = "Samsung SMDKC100 based on S5PC100";
15	compatible = "samsung,smdkc100", "samsung,s5pc100";
16
17	aliases {
18		serial0 = "/serial@ec000000";
19		console = "/serial@ec000000";
20	};
21
22	serial@ec000000 {
23		compatible = "samsung,exynos4210-uart";
24		reg = <0xec000000 0x100>;
25		interrupts = <0 51 0>;
26		id = <0>;
27	};
28
29};
30