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/cpu-enable-method/nuvoton,npcm750-smp

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 Secondary CPU enable-method "nuvoton,npcm750-smp" binding
    3 =========================================================
    4 
    5 To apply to all CPUs, a single "nuvoton,npcm750-smp" enable method should be
    6 defined in the "cpus" node.
    7 
    8 Enable method name:     "nuvoton,npcm750-smp"
    9 Compatible machines:    "nuvoton,npcm750"
   10 Compatible CPUs:        "arm,cortex-a9"
   11 Related properties:     (none)
   12 
   13 Note:
   14 This enable method needs valid nodes compatible with "arm,cortex-a9-scu" and
   15 "nuvoton,npcm750-gcr".
   16 
   17 Example:
   18 
   19         cpus {
   20                 #address-cells = <1>;
   21                 #size-cells = <0>;
   22                 enable-method = "nuvoton,npcm750-smp";
   23 
   24                 cpu@0 {
   25                         device_type = "cpu";
   26                         compatible = "arm,cortex-a9";
   27                         clocks = <&clk NPCM7XX_CLK_CPU>;
   28                         clock-names = "clk_cpu";
   29                         reg = <0>;
   30                         next-level-cache = <&L2>;
   31                 };
   32 
   33                 cpu@1 {
   34                         device_type = "cpu";
   35                         compatible = "arm,cortex-a9";
   36                         clocks = <&clk NPCM7XX_CLK_CPU>;
   37                         clock-names = "clk_cpu";
   38                         reg = <1>;
   39                         next-level-cache = <&L2>;
   40                 };
   41         };
   42 

Cache object: 2a2ee036f7837f4c3911e85c4e495385


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