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/mips/pic32/microchip,pic32mzda.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 * Microchip PIC32MZDA Platforms
    2 
    3 PIC32MZDA Starter Kit
    4 Required root node properties:
    5     - compatible = "microchip,pic32mzda-sk", "microchip,pic32mzda"
    6 
    7 CPU nodes:
    8 ----------
    9 A "cpus" node is required.  Required properties:
   10  - #address-cells: Must be 1.
   11  - #size-cells: Must be 0.
   12 A CPU sub-node is also required.  Required properties:
   13  - device_type: Must be "cpu".
   14  - compatible: Must be "mti,mips14KEc".
   15 Example:
   16         cpus {
   17                 #address-cells = <1>;
   18                 #size-cells = <0>;
   19 
   20                 cpu0: cpu@0 {
   21                         device_type = "cpu";
   22                         compatible = "mti,mips14KEc";
   23                 };
   24         };
   25 
   26 Boot protocol
   27 --------------
   28 In accordance with Unified Hosting Interface Reference Manual (MD01069), the
   29 bootloader must pass the following arguments to the kernel:
   30  - $a0: -2.
   31  - $a1: KSEG0 address of the flattened device-tree blob.

Cache object: c3d2e71841edec90739048d5498c6281


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