exynos5250-chromebook.dts revision 263427
1263427Sbr/*-
2263427Sbr * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com>
3263427Sbr * All rights reserved.
4263427Sbr *
5263427Sbr * Redistribution and use in source and binary forms, with or without
6263427Sbr * modification, are permitted provided that the following conditions
7263427Sbr * are met:
8263427Sbr * 1. Redistributions of source code must retain the above copyright
9263427Sbr *    notice, this list of conditions and the following disclaimer.
10263427Sbr * 2. Redistributions in binary form must reproduce the above copyright
11263427Sbr *    notice, this list of conditions and the following disclaimer in the
12263427Sbr *    documentation and/or other materials provided with the distribution.
13263427Sbr *
14263427Sbr * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15263427Sbr * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16263427Sbr * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17263427Sbr * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18263427Sbr * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19263427Sbr * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20263427Sbr * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21263427Sbr * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22263427Sbr * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23263427Sbr * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24263427Sbr * SUCH DAMAGE.
25263427Sbr *
26263427Sbr * $FreeBSD: head/sys/boot/fdt/dts/arm/exynos5250-chromebook.dts 263427 2014-03-20 17:10:01Z br $
27263427Sbr */
28263427Sbr
29263427Sbr/dts-v1/;
30263427Sbr
31263427Sbr/include/ "exynos5250.dtsi"
32263427Sbr
33263427Sbr/ {
34263427Sbr	model = "Samsung Chromebook";
35263427Sbr
36263427Sbr	memory {
37263427Sbr		device_type = "memory";
38263427Sbr		reg = < 0x40000000 0x80000000 >;  /* 2G */
39263427Sbr	};
40263427Sbr
41263427Sbr	SOC: Exynos5@0 {
42263427Sbr
43263427Sbr		fimd0: fimd@14400000 {
44263427Sbr			status = "okay";
45263427Sbr
46263427Sbr			panel-size = < 1366 768 >;
47263427Sbr			panel-hsync = < 80 32 48 >;
48263427Sbr			panel-vsync = < 14 5 3 >;
49263427Sbr			panel-clk-div = < 17 >;
50263427Sbr			panel-backlight-pin = < 25 >;
51263427Sbr		};
52263427Sbr
53263427Sbr	};
54263427Sbr
55263427Sbr	chosen {
56263427Sbr		stdin = &serial2;
57263427Sbr		stdout = &serial2;
58263427Sbr	};
59263427Sbr};
60