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/arm/zte,sysctrl.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 ZTE sysctrl Registers
    2 
    3 Registers for 'zte,zx296702' SoC:
    4 
    5 System management required properties:
    6       - compatible = "zte,sysctrl"
    7 
    8 Low power management required properties:
    9       - compatible = "zte,zx296702-pcu"
   10 
   11 Bus matrix required properties:
   12       - compatible = "zte,zx-bus-matrix"
   13 
   14 
   15 Registers for 'zte,zx296718' SoC:
   16 
   17 System management required properties:
   18       - compatible = "zte,zx296718-aon-sysctrl"
   19       - compatible = "zte,zx296718-sysctrl"
   20 
   21 Example:
   22 aon_sysctrl: aon-sysctrl@116000 {
   23         compatible = "zte,zx296718-aon-sysctrl", "syscon";
   24         reg = <0x116000 0x1000>;
   25 };
   26 
   27 sysctrl: sysctrl@1463000 {
   28         compatible = "zte,zx296718-sysctrl", "syscon";
   29         reg = <0x1463000 0x1000>;
   30 };

Cache object: 8b7f40f26506b3d5ef8b89a8a1c0aba5


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