1266783Sbr/*-
2266783Sbr * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com>
3266783Sbr * All rights reserved.
4266783Sbr *
5266783Sbr * Redistribution and use in source and binary forms, with or without
6266783Sbr * modification, are permitted provided that the following conditions
7266783Sbr * are met:
8266783Sbr * 1. Redistributions of source code must retain the above copyright
9266783Sbr *    notice, this list of conditions and the following disclaimer.
10266783Sbr * 2. Redistributions in binary form must reproduce the above copyright
11266783Sbr *    notice, this list of conditions and the following disclaimer in the
12266783Sbr *    documentation and/or other materials provided with the distribution.
13266783Sbr *
14266783Sbr * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15266783Sbr * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16266783Sbr * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17266783Sbr * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18266783Sbr * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19266783Sbr * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20266783Sbr * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21266783Sbr * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22266783Sbr * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23266783Sbr * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24266783Sbr * SUCH DAMAGE.
25266783Sbr *
26266783Sbr * $FreeBSD$
27266783Sbr */
28266783Sbr
29266783Sbr/dts-v1/;
30266783Sbr
31266783Sbr/include/ "exynos5250.dtsi"
32266783Sbr
33266783Sbr/ {
34266783Sbr	model = "HP Chromebook 11";
35266783Sbr
36266783Sbr	memory {
37266783Sbr		device_type = "memory";
38266783Sbr		reg = < 0x40000000 0x80000000 >;  /* 2G */
39266783Sbr	};
40266783Sbr
41266783Sbr	SOC: Exynos5@0 {
42266783Sbr
43266783Sbr		pad0: pad@11400000 {
44266783Sbr			status = "okay";
45266783Sbr		};
46266783Sbr
47266783Sbr		fimd0: fimd@14400000 {
48266783Sbr			status = "okay";
49266783Sbr
50266783Sbr			panel-size = < 1366 768 >;
51266783Sbr			panel-hsync = < 80 32 48 >;
52266783Sbr			panel-vsync = < 14 5 3 >;
53266783Sbr			panel-clk-div = < 17 >;
54266783Sbr			panel-backlight-pin = < 25 >;
55266783Sbr		};
56266783Sbr
57266783Sbr		i2c4: i2c@12CA0000 {
58266783Sbr			status = "okay";
59266783Sbr		};
60266783Sbr
61266783Sbr		keyboard-controller {
62266872Sbr			compatible = "google,mkbp-keyb";
63266872Sbr			google,key-rows = <8>;
64266872Sbr			google,key-columns = <13>;
65266872Sbr			freebsd,intr-gpio = <146>;
66266783Sbr		};
67266783Sbr	};
68266783Sbr
69266783Sbr	chosen {
70266783Sbr		stdin = &serial2;
71266783Sbr		stdout = &serial2;
72266783Sbr	};
73266875Sbr
74266875Sbr	hsichub@13400000 {
75266875Sbr		compatible = "smsc,usb3503";
76266875Sbr		freebsd,reset-gpio = <172>;
77266875Sbr	};
78266783Sbr};
79