The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/atmel_ac97c.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * Atmel AC97 controller
    2 
    3 Required properties:
    4   - compatible: "atmel,at91sam9263-ac97c"
    5   - reg: Address and length of the register set for the device
    6   - interrupts: Should contain AC97 interrupt
    7   - ac97-gpios: Please refer to soc-ac97link.txt, only ac97-reset is used
    8 Optional properties:
    9   - pinctrl-names, pinctrl-0: Please refer to pinctrl-bindings.txt
   10 
   11 Example:
   12 sound@fffa0000 {
   13        compatible = "atmel,at91sam9263-ac97c";
   14        pinctrl-names = "default";
   15        pinctrl-0 = <&pinctrl_ac97>;
   16        reg = <0xfffa0000 0x4000>;
   17        interrupts = <18 IRQ_TYPE_LEVEL_HIGH 5>;
   18 
   19        ac97-gpios = <&pioB 0 0 &pioB 2 0 &pioC 29 GPIO_ACTIVE_LOW>;
   20 };

Cache object: 1ce223a0e1fc40b46fcebdc0302c945a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.