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/devfreq/event/rockchip-dfi.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 
    2 * Rockchip rk3399 DFI device
    3 
    4 Required properties:
    5 - compatible: Must be "rockchip,rk3399-dfi".
    6 - reg: physical base address of each DFI and length of memory mapped region
    7 - rockchip,pmu: phandle to the syscon managing the "pmu general register files"
    8 - clocks: phandles for clock specified in "clock-names" property
    9 - clock-names : the name of clock used by the DFI, must be "pclk_ddr_mon";
   10 
   11 Example:
   12         dfi: dfi@ff630000 {
   13                 compatible = "rockchip,rk3399-dfi";
   14                 reg = <0x00 0xff630000 0x00 0x4000>;
   15                 rockchip,pmu = <&pmugrf>;
   16                 clocks = <&cru PCLK_DDR_MON>;
   17                 clock-names = "pclk_ddr_mon";
   18         };

Cache object: 7bcdc4e01558aa6813de85f19b7c6da1


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