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/clock/zx296718-clk.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 Device Tree Clock bindings for ZTE zx296718
    2 
    3 This binding uses the common clock binding[1].
    4 
    5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
    6 
    7 Required properties:
    8 - compatible : shall be one of the following:
    9         "zte,zx296718-topcrm":
   10                 zx296718 top clock selection, divider and gating
   11 
   12         "zte,zx296718-lsp0crm" and
   13         "zte,zx296718-lsp1crm":
   14                 zx296718 device level clock selection and gating
   15 
   16         "zte,zx296718-audiocrm":
   17                 zx296718 audio clock selection, divider and gating
   18 
   19 - reg: Address and length of the register set
   20 
   21 The clock consumer should specify the desired clock by having the clock
   22 ID in its "clocks" phandle cell. See include/dt-bindings/clock/zx296718-clock.h
   23 for the full list of zx296718 clock IDs.
   24 
   25 
   26 topclk: topcrm@1461000 {
   27         compatible = "zte,zx296718-topcrm-clk";
   28         reg = <0x01461000 0x1000>;
   29         #clock-cells = <1>;
   30 };
   31 
   32 usbphy0:usb-phy0 {
   33         compatible = "zte,zx296718-usb-phy";
   34         #phy-cells = <0>;
   35         clocks = <&topclk USB20_PHY_CLK>;
   36         clock-names = "phyclk";
   37 };

Cache object: 45b7fec7c0c93915e92badfece56f35b


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