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 13/ { 14 model = "Samsung Goni based on S5PC110"; 15 compatible = "samsung,goni", "samsung,s5pc110"; 16 17 aliases { 18 serial2 = "/serial@e2900800"; 19 console = "/serial@e2900800"; 20 }; 21 22 serial@e2900800 { 23 compatible = "samsung,exynos4210-uart"; 24 reg = <0xe2900800 0x400>; 25 id = <2>; 26 }; 27 28}; 29