1279377Simp/*
2279377Simp * Google Snow board device tree source
3279377Simp *
4279377Simp * Copyright (c) 2012 Google, Inc
5279377Simp *
6279377Simp * This program is free software; you can redistribute it and/or modify
7279377Simp * it under the terms of the GNU General Public License version 2 as
8279377Simp * published by the Free Software Foundation.
9279377Simp */
10279377Simp
11279377Simp/dts-v1/;
12295011Sandrew#include "exynos5250-snow-common.dtsi"
13279377Simp
14279377Simp/ {
15279377Simp	model = "Google Snow";
16295011Sandrew	compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250",
17295011Sandrew		"samsung,exynos5";
18279377Simp
19279377Simp	sound {
20279377Simp		compatible = "google,snow-audio-max98095";
21279377Simp
22279377Simp		samsung,model = "Snow-I2S-MAX98095";
23279377Simp		samsung,audio-codec = <&max98095>;
24279377Simp	};
25279377Simp};
26279377Simp
27279377Simp&i2c_7 {
28279377Simp	max98095: codec@11 {
29279377Simp		compatible = "maxim,max98095";
30279377Simp		reg = <0x11>;
31295011Sandrew		pinctrl-names = "default";
32279377Simp		pinctrl-0 = <&max98095_en>;
33279377Simp	};
34279377Simp};
35279377Simp
36279377Simp&pinctrl_0 {
37279377Simp	max98095_en: max98095-en {
38279377Simp		samsung,pins = "gpx1-7";
39279377Simp		samsung,pin-function = <0>;
40279377Simp		samsung,pin-pud = <3>;
41279377Simp		samsung,pin-drv = <0>;
42279377Simp	};
43279377Simp};
44