1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright (c) 2019 BayLibre SAS. All rights 4 * Copyright (c) 2020 Christian Hewitt <christi 5 */ 6 7 /dts-v1/; 8 9 #include "meson-sm1-ac2xx.dtsi" 10 #include <dt-bindings/sound/meson-g12a-tohdmit 11 12 / { 13 compatible = "cyx,a95xf3-air", "amlogi 14 model = "Shenzhen CYX Industrial Co., 15 16 sound { 17 compatible = "amlogic,axg-soun 18 model = "A95XF3-AIR"; 19 audio-aux-devs = <&tdmout_b>; 20 audio-routing = "TDMOUT_B IN 0 21 "TDMOUT_B IN 1 22 "TDMOUT_B IN 2 23 "TDM_B Playbac 24 25 clocks = <&clkc CLKID_MPLL2>, 26 <&clkc CLKID_MPLL0>, 27 <&clkc CLKID_MPLL1>; 28 29 assigned-clocks = <&clkc CLKID 30 <&clkc CLKID 31 <&clkc CLKID 32 assigned-clock-parents = <0>, 33 assigned-clock-rates = <294912 34 <270950 35 <393216 36 37 dai-link-0 { 38 sound-dai = <&frddr_a> 39 }; 40 41 dai-link-1 { 42 sound-dai = <&frddr_b> 43 }; 44 45 dai-link-2 { 46 sound-dai = <&frddr_c> 47 }; 48 49 /* 8ch hdmi interface */ 50 dai-link-3 { 51 sound-dai = <&tdmif_b> 52 dai-format = "i2s"; 53 dai-tdm-slot-tx-mask-0 54 dai-tdm-slot-tx-mask-1 55 dai-tdm-slot-tx-mask-2 56 dai-tdm-slot-tx-mask-3 57 mclk-fs = <256>; 58 59 codec { 60 sound-dai = <& 61 }; 62 }; 63 64 /* hdmi glue */ 65 dai-link-4 { 66 sound-dai = <&tohdmitx 67 68 codec { 69 sound-dai = <& 70 }; 71 }; 72 }; 73 }; 74 75 &arb { 76 status = "okay"; 77 }; 78 79 &clkc_audio { 80 status = "okay"; 81 }; 82 83 ðmac { 84 status = "okay"; 85 phy-handle = <&internal_ephy>; 86 phy-mode = "rmii"; 87 }; 88 89 &frddr_a { 90 status = "okay"; 91 }; 92 93 &frddr_b { 94 status = "okay"; 95 }; 96 97 &frddr_c { 98 status = "okay"; 99 }; 100 101 &tdmif_b { 102 status = "okay"; 103 }; 104 105 &tdmout_b { 106 status = "okay"; 107 }; 108 109 &tohdmitx { 110 status = "okay"; 111 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.