162306a36Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Google Villager board device tree source
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright 2022 Google LLC.
662306a36Sopenharmony_ci * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#include "sc7280-herobrine-villager.dtsi"
1062306a36Sopenharmony_ci#include "sc7280-herobrine-audio-wcd9385.dtsi"
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci&lpass_va_macro {
1362306a36Sopenharmony_ci	vdd-micb-supply = <&pp1800_l2c>;
1462306a36Sopenharmony_ci};
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci&sound {
1762306a36Sopenharmony_ci	audio-routing =
1862306a36Sopenharmony_ci			"IN1_HPHL", "HPHL_OUT",
1962306a36Sopenharmony_ci			"IN2_HPHR", "HPHR_OUT",
2062306a36Sopenharmony_ci			"AMIC1", "MIC BIAS1",
2162306a36Sopenharmony_ci			"AMIC2", "MIC BIAS2",
2262306a36Sopenharmony_ci			"VA DMIC0", "vdd-micb",
2362306a36Sopenharmony_ci			"VA DMIC1", "vdd-micb",
2462306a36Sopenharmony_ci			"VA DMIC2", "vdd-micb",
2562306a36Sopenharmony_ci			"VA DMIC3", "vdd-micb",
2662306a36Sopenharmony_ci			"TX SWR_ADC0", "ADC1_OUTPUT",
2762306a36Sopenharmony_ci			"TX SWR_ADC1", "ADC2_OUTPUT",
2862306a36Sopenharmony_ci			"TX SWR_ADC2", "ADC3_OUTPUT",
2962306a36Sopenharmony_ci			"TX SWR_DMIC0", "DMIC1_OUTPUT",
3062306a36Sopenharmony_ci			"TX SWR_DMIC1", "DMIC2_OUTPUT",
3162306a36Sopenharmony_ci			"TX SWR_DMIC2", "DMIC3_OUTPUT",
3262306a36Sopenharmony_ci			"TX SWR_DMIC3", "DMIC4_OUTPUT",
3362306a36Sopenharmony_ci			"TX SWR_DMIC4", "DMIC5_OUTPUT",
3462306a36Sopenharmony_ci			"TX SWR_DMIC5", "DMIC6_OUTPUT",
3562306a36Sopenharmony_ci			"TX SWR_DMIC6", "DMIC7_OUTPUT",
3662306a36Sopenharmony_ci			"TX SWR_DMIC7", "DMIC8_OUTPUT";
3762306a36Sopenharmony_ci};
38