]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/s5pc1xx-smdkc100.dts
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / dts / s5pc1xx-smdkc100.dts
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
93327f69
SG
2/*
3 * Samsung's Exynos4210-based SMDKV310 board device tree source
4 *
5 * Copyright (c) 2014 Google, Inc
93327f69
SG
6 */
7
8/dts-v1/;
9
10#include "skeleton.dtsi"
3a4ed03c 11#include "s5pc100-pinctrl.dtsi"
93327f69
SG
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";
3a4ed03c
SG
20 pinctrl0 = &pinctrl0;
21 };
22
23 pinctrl0: pinctrl@e0300000 {
24 compatible = "samsung,s5pc100-pinctrl";
25 reg = <0xe0200000 0x1000>;
93327f69
SG
26 };
27
28 serial@ec000000 {
29 compatible = "samsung,exynos4210-uart";
30 reg = <0xec000000 0x100>;
31 interrupts = <0 51 0>;
32 id = <0>;
33 };
34
35};