Searched +full:snow +full:- +full:i2s +full:- +full:max98095 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | snow.txt | 1 Audio Binding for Snow boards 4 - compatible : Can be one of the following, 5 "google,snow-audio-max98090" or 6 "google,snow-audio-max98091" or 7 "google,snow-audio-max98095" 8 - samsung,i2s-controller (deprecated): The phandle of the Samsung I2S controller 9 - samsung,audio-codec (deprecated): The phandle of the audio codec 11 Required sub-nodes: 13 - 'cpu' subnode with a 'sound-dai' property containing the phandle of the I2S 15 - 'codec' subnode with a 'sound-dai' property containing list of phandles [all …]
|
H A D | samsung,snow.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,snow.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Google Snow audio complex with MAX9809x codec 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 16 - google,snow-audio-max98090 17 - google,snow-audio-max98091 18 - google,snow-audio-max98095 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5250-snow.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Google Snow board device tree source 8 /dts-v1/; 9 #include "exynos5250-snow-common.dtsi" 12 model = "Google Snow"; 13 compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250", 15 chassis-type = "laptop"; 18 compatible = "google,snow-audio-max98095"; 20 samsung,model = "Snow-I2S-MAX98095"; 21 samsung,audio-codec = <&max98095>; [all …]
|