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/ata/ahci-fsl-qoriq.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 Binding for Freescale QorIQ AHCI SATA Controller
    2 
    3 Required properties:
    4   - reg: Physical base address and size of the controller's register area.
    5   - compatible: Compatibility string. Must be 'fsl,<chip>-ahci', where
    6     chip could be ls1021a, ls1043a, ls1046a, ls1088a, ls2080a etc.
    7   - clocks: Input clock specifier. Refer to common clock bindings.
    8   - interrupts: Interrupt specifier. Refer to interrupt binding.
    9 
   10 Optional properties:
   11   - dma-coherent: Enable AHCI coherent DMA operation.
   12   - reg-names: register area names when there are more than 1 register area.
   13 
   14 Examples:
   15         sata@3200000 {
   16                 compatible = "fsl,ls1021a-ahci";
   17                 reg = <0x0 0x3200000 0x0 0x10000>;
   18                 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
   19                 clocks = <&platform_clk 1>;
   20                 dma-coherent;
   21         };

Cache object: 692ebfe7e8a67feef78f0c4e45a0d40d


[ 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.