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/phy/berlin-sata-phy.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 Berlin SATA PHY
    2 ---------------
    3 
    4 Required properties:
    5 - compatible: should be one of
    6     "marvell,berlin2-sata-phy"
    7     "marvell,berlin2q-sata-phy"
    8 - address-cells: should be 1
    9 - size-cells: should be 0
   10 - phy-cells: from the generic PHY bindings, must be 1
   11 - reg: address and length of the register
   12 - clocks: reference to the clock entry
   13 
   14 Sub-nodes:
   15 Each PHY should be represented as a sub-node.
   16 
   17 Sub-nodes required properties:
   18 - reg: the PHY number
   19 
   20 Example:
   21         sata_phy: phy@f7e900a0 {
   22                 compatible = "marvell,berlin2q-sata-phy";
   23                 reg = <0xf7e900a0 0x200>;
   24                 clocks = <&chip CLKID_SATA>;
   25                 #address-cells = <1>;
   26                 #size-cells = <0>;
   27                 #phy-cells = <1>;
   28 
   29                 sata-phy@0 {
   30                         reg = <0>;
   31                 };
   32 
   33                 sata-phy@1 {
   34                         reg = <1>;
   35                 };
   36         };

Cache object: 5d80ab518186e7eb8b2e35974bf40bcf


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