| * SiRF atlas6 and prima2 internal audio codec and port based audio setups |
| - compatible: "sirf,sirf-audio-card" |
| - sirf,audio-platform: phandle for the platform node |
| - sirf,audio-codec: phandle for the SiRF internal codec node |
| - hp-pa-gpios: Need to be present if the board need control external |
| - spk-pa-gpios: Need to be present if the board need control external |
| - hp-switch-gpios: Need to be present if the board capable to detect jack |
| Available audio endpoints for the audio-routing table: |
| SiRF internal audio codec pins: |
| compatible = "sirf,sirf-audio-card"; |
| sirf,audio-codec = <&audiocodec>; |
| sirf,audio-platform = <&audioport>; |
| hp-pa-gpios = <&gpio 44 0>; |
| spk-pa-gpios = <&gpio 46 0>; |
| hp-switch-gpios = <&gpio 45 0>; |