Files
Chromebook-Device-Nyan-NVID…/Documentation/devicetree/bindings/sound/nvidia,tegra124-hda.txt
2025-04-06 23:50:55 -05:00

15 lines
348 B
Plaintext

NVIDIA Tegra30 HDA controller
Required properties:
- compatible : "nvidia,tegra30-hda"
- reg : Should contain the HDA registers location and length.
- interrupts : The interrupt from the hda controller.
Example:
hda@70030000 {
compatible = "nvidia,tegra-hda";
reg = <0x0 0x70030000 0x10000>;
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
};