2017-12-25 17:40:09 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2012-11-21 11:32:21 +07:00
|
|
|
/*
|
|
|
|
* Google Snow board device tree source
|
|
|
|
*
|
|
|
|
* Copyright (c) 2012 Google, Inc
|
2014-09-23 05:49:39 +07:00
|
|
|
*/
|
2012-11-21 11:32:21 +07:00
|
|
|
|
|
|
|
/dts-v1/;
|
2015-09-30 13:53:55 +07:00
|
|
|
#include "exynos5250-snow-common.dtsi"
|
2012-11-21 11:32:21 +07:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Google Snow";
|
2015-09-30 13:53:55 +07:00
|
|
|
compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250",
|
|
|
|
"samsung,exynos5";
|
2013-04-16 23:29:01 +07:00
|
|
|
|
2014-05-17 05:43:18 +07:00
|
|
|
sound {
|
|
|
|
compatible = "google,snow-audio-max98095";
|
|
|
|
|
2014-07-08 06:20:08 +07:00
|
|
|
samsung,model = "Snow-I2S-MAX98095";
|
2014-05-17 05:43:18 +07:00
|
|
|
samsung,audio-codec = <&max98095>;
|
|
|
|
};
|
2014-08-19 02:00:35 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c_7 {
|
2014-09-23 05:49:39 +07:00
|
|
|
max98095: codec@11 {
|
|
|
|
compatible = "maxim,max98095";
|
|
|
|
reg = <0x11>;
|
|
|
|
pinctrl-names = "default";
|
2015-09-30 13:53:55 +07:00
|
|
|
pinctrl-0 = <&max98095_en>;
|
2014-09-23 05:49:39 +07:00
|
|
|
};
|
2014-08-19 02:00:35 +07:00
|
|
|
};
|
|
|
|
|
2014-07-30 05:51:51 +07:00
|
|
|
&pinctrl_0 {
|
2014-09-23 05:49:39 +07:00
|
|
|
max98095_en: max98095-en {
|
|
|
|
samsung,pins = "gpx1-7";
|
2016-09-04 18:04:11 +07:00
|
|
|
samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
|
|
|
|
samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
|
|
|
|
samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
|
2014-09-23 05:49:39 +07:00
|
|
|
};
|
|
|
|
};
|