1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Google Villager board device tree source 4 * 5 * Copyright 2022 Google LLC. 6 * Copyright (c) 2022 Qualcomm Innovation Cent 7 */ 8 9 #include "sc7280-herobrine-villager.dtsi" 10 #include "sc7280-herobrine-audio-wcd9385.dtsi" 11 12 &lpass_va_macro { 13 vdd-micb-supply = <&pp1800_l2c>; 14 }; 15 16 &sound { 17 audio-routing = 18 "IN1_HPHL", "HPHL_OUT" 19 "IN2_HPHR", "HPHR_OUT" 20 "AMIC1", "MIC BIAS1", 21 "AMIC2", "MIC BIAS2", 22 "VA DMIC0", "vdd-micb" 23 "VA DMIC1", "vdd-micb" 24 "VA DMIC2", "vdd-micb" 25 "VA DMIC3", "vdd-micb" 26 "TX SWR_ADC0", "ADC1_O 27 "TX SWR_ADC1", "ADC2_O 28 "TX SWR_ADC2", "ADC3_O 29 "TX SWR_DMIC0", "DMIC1 30 "TX SWR_DMIC1", "DMIC2 31 "TX SWR_DMIC2", "DMIC3 32 "TX SWR_DMIC3", "DMIC4 33 "TX SWR_DMIC4", "DMIC5 34 "TX SWR_DMIC5", "DMIC6 35 "TX SWR_DMIC6", "DMIC7 36 "TX SWR_DMIC7", "DMIC8 37 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.