Documentation/devicetree/bindings/sound/atmel_ac97c.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/sound/atmel_ac97c.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/sound/atmel_ac97c.txt
Extension
.txt
Size
657 bytes
Lines
21
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

Required properties:
  - compatible: "atmel,at91sam9263-ac97c"
  - reg: Address and length of the register set for the device
  - interrupts: Should contain AC97 interrupt
  - ac97-gpios: Please refer to soc-ac97link.txt, only ac97-reset is used
Optional properties:
  - pinctrl-names, pinctrl-0: Please refer to pinctrl-bindings.txt

Example:
sound@fffa0000 {
       compatible = "atmel,at91sam9263-ac97c";
       pinctrl-names = "default";
       pinctrl-0 = <&pinctrl_ac97>;
       reg = <0xfffa0000 0x4000>;
       interrupts = <18 IRQ_TYPE_LEVEL_HIGH 5>;

       ac97-gpios = <&pioB 0 0 &pioB 2 0 &pioC 29 GPIO_ACTIVE_LOW>;
};

Annotation

Implementation Notes