]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/exynos5250-snow.dts
Merge tag 'omap-for-v5.1/dt-cpsw-phy' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / exynos5250-snow.dts
CommitLineData
cc4637f7 1// SPDX-License-Identifier: GPL-2.0
95e82941
DA
2/*
3 * Google Snow board device tree source
4 *
5 * Copyright (c) 2012 Google, Inc
ca5423e8 6 */
95e82941
DA
7
8/dts-v1/;
6c6000c2 9#include "exynos5250-snow-common.dtsi"
95e82941
DA
10
11/ {
12 model = "Google Snow";
6c6000c2
JMC
13 compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250",
14 "samsung,exynos5";
97a4a1ba 15
80f78ad8
TB
16 sound {
17 compatible = "google,snow-audio-max98095";
18
a8d80b6b 19 samsung,model = "Snow-I2S-MAX98095";
80f78ad8 20 samsung,audio-codec = <&max98095>;
6ab56993
SN
21
22 cpu {
23 sound-dai = <&i2s0 0>;
24 };
25
26 codec {
27 sound-dai = <&max98095 0>, <&hdmi>;
28 };
80f78ad8 29 };
5fbc3f20
AF
30};
31
32&i2c_7 {
ca5423e8
AF
33 max98095: codec@11 {
34 compatible = "maxim,max98095";
35 reg = <0x11>;
ca5423e8 36 pinctrl-names = "default";
6c6000c2 37 pinctrl-0 = <&max98095_en>;
e9eefc3f
SN
38 clocks = <&pmu_system_controller 0>;
39 clock-names = "mclk";
40 #sound-dai-cells = <1>;
ca5423e8 41 };
5fbc3f20
AF
42};
43
10bc0450 44&pinctrl_0 {
ca5423e8
AF
45 max98095_en: max98095-en {
46 samsung,pins = "gpx1-7";
d953f1fb
KK
47 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
48 samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
49 samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
ca5423e8 50 };
ca5423e8 51};