]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/s5pc1xx-goni.dts
am33xx: Update DT files, add am335x_gp_evm_config target
[karo-tx-uboot.git] / arch / arm / dts / s5pc1xx-goni.dts
1 /*
2  * Samsung's S5PC110-based Goni 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 #include "s5pc110-pinctrl.dtsi"
13
14 / {
15         model = "Samsung Goni based on S5PC110";
16         compatible = "samsung,goni", "samsung,s5pc110";
17
18         aliases {
19                 serial2 = "/serial@e2900800";
20                 console = "/serial@e2900800";
21                 pinctrl0 = &pinctrl0;
22         };
23
24         pinctrl0: pinctrl@e0200000 {
25                 compatible = "samsung,s5pc110-pinctrl";
26                 reg = <0xe0200000 0x1000>;
27         };
28
29         serial@e2900800 {
30                 compatible = "samsung,exynos4210-uart";
31                 reg = <0xe2900800 0x400>;
32                 id = <2>;
33         };
34
35 };