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: releng/11.0/sys/boot/fdt/dts/arm/exynos5250-snow.dts 269385 2014-08-01 15:10:55Z 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
43263936Sbr		pad0: pad@11400000 {
44263936Sbr			status = "okay";
45263936Sbr		};
46263936Sbr
47263427Sbr		fimd0: fimd@14400000 {
48263427Sbr			status = "okay";
49263427Sbr
50263427Sbr			panel-size = < 1366 768 >;
51263427Sbr			panel-hsync = < 80 32 48 >;
52263427Sbr			panel-vsync = < 14 5 3 >;
53263427Sbr			panel-clk-div = < 17 >;
54263427Sbr			panel-backlight-pin = < 25 >;
55263427Sbr		};
56263427Sbr
57263936Sbr		i2c4: i2c@12CA0000 {
58263936Sbr			status = "okay";
59263936Sbr		};
60263936Sbr
61263936Sbr		keyboard-controller {
62266872Sbr			compatible = "google,mkbp-keyb";
63266872Sbr			google,key-rows = <8>;
64266872Sbr			google,key-columns = <13>;
65266872Sbr			freebsd,intr-gpio = <146>;
66263936Sbr		};
67269369Sbr
68269369Sbr		usbdrd_phy0: phy@12100000 {
69269369Sbr			vbus-supply = < 155 >;
70269369Sbr		};
71263427Sbr	};
72263427Sbr
73266785Sbr	i2c-arbitrator {
74266785Sbr		freebsd,our-gpio = <177>;
75266785Sbr		freebsd,ec-gpio = <168>;
76266785Sbr	};
77266785Sbr
78263427Sbr	chosen {
79263427Sbr		stdin = &serial2;
80263427Sbr		stdout = &serial2;
81263427Sbr	};
82263427Sbr};
83