exynos5250-chromebook.dts revision 266341
10Sstevel@tonic-gate/*-
20Sstevel@tonic-gate * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com>
30Sstevel@tonic-gate * All rights reserved.
40Sstevel@tonic-gate *
510265SKrishnendu.Sadhukhan@Sun.COM * Redistribution and use in source and binary forms, with or without
610265SKrishnendu.Sadhukhan@Sun.COM * modification, are permitted provided that the following conditions
70Sstevel@tonic-gate * are met:
80Sstevel@tonic-gate * 1. Redistributions of source code must retain the above copyright
90Sstevel@tonic-gate *    notice, this list of conditions and the following disclaimer.
100Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright
110Sstevel@tonic-gate *    notice, this list of conditions and the following disclaimer in the
120Sstevel@tonic-gate *    documentation and/or other materials provided with the distribution.
130Sstevel@tonic-gate *
140Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
150Sstevel@tonic-gate * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
160Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
170Sstevel@tonic-gate * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
180Sstevel@tonic-gate * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
190Sstevel@tonic-gate * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
200Sstevel@tonic-gate * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
210Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2210265SKrishnendu.Sadhukhan@Sun.COM * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
230Sstevel@tonic-gate * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
240Sstevel@tonic-gate * SUCH DAMAGE.
250Sstevel@tonic-gate *
260Sstevel@tonic-gate * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/exynos5250-chromebook.dts 266341 2014-05-17 19:37:04Z ian $
270Sstevel@tonic-gate */
280Sstevel@tonic-gate
290Sstevel@tonic-gate/dts-v1/;
300Sstevel@tonic-gate
310Sstevel@tonic-gate/include/ "exynos5250.dtsi"
320Sstevel@tonic-gate
330Sstevel@tonic-gate/ {
340Sstevel@tonic-gate	model = "Samsung Chromebook";
3510265SKrishnendu.Sadhukhan@Sun.COM
3610265SKrishnendu.Sadhukhan@Sun.COM	memory {
3710265SKrishnendu.Sadhukhan@Sun.COM		device_type = "memory";
3810265SKrishnendu.Sadhukhan@Sun.COM		reg = < 0x40000000 0x80000000 >;  /* 2G */
3910265SKrishnendu.Sadhukhan@Sun.COM	};
4010265SKrishnendu.Sadhukhan@Sun.COM
4110265SKrishnendu.Sadhukhan@Sun.COM	SOC: Exynos5@0 {
420Sstevel@tonic-gate
430Sstevel@tonic-gate		pad0: pad@11400000 {
440Sstevel@tonic-gate			status = "okay";
450Sstevel@tonic-gate		};
460Sstevel@tonic-gate
4710265SKrishnendu.Sadhukhan@Sun.COM		fimd0: fimd@14400000 {
480Sstevel@tonic-gate			status = "okay";
490Sstevel@tonic-gate
500Sstevel@tonic-gate			panel-size = < 1366 768 >;
510Sstevel@tonic-gate			panel-hsync = < 80 32 48 >;
520Sstevel@tonic-gate			panel-vsync = < 14 5 3 >;
5310265SKrishnendu.Sadhukhan@Sun.COM			panel-clk-div = < 17 >;
5410265SKrishnendu.Sadhukhan@Sun.COM			panel-backlight-pin = < 25 >;
550Sstevel@tonic-gate		};
560Sstevel@tonic-gate
570Sstevel@tonic-gate		i2c4: i2c@12CA0000 {
580Sstevel@tonic-gate			status = "okay";
590Sstevel@tonic-gate		};
600Sstevel@tonic-gate
6110265SKrishnendu.Sadhukhan@Sun.COM		keyboard-controller {
6210265SKrishnendu.Sadhukhan@Sun.COM			compatible = "google,cros-ec-keyb";
6310265SKrishnendu.Sadhukhan@Sun.COM			keypad,num-rows = <8>;
6410265SKrishnendu.Sadhukhan@Sun.COM			keypad,num-columns = <13>;
650Sstevel@tonic-gate		};
660Sstevel@tonic-gate	};
670Sstevel@tonic-gate
6810265SKrishnendu.Sadhukhan@Sun.COM	chosen {
690Sstevel@tonic-gate		stdin = &serial2;
700Sstevel@tonic-gate		stdout = &serial2;
710Sstevel@tonic-gate	};
720Sstevel@tonic-gate};
73