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/src/c6x/evmc6474.dts

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 // SPDX-License-Identifier: GPL-2.0-or-later
    2 /*
    3  * arch/c6x/boot/dts/evmc6474.dts
    4  *
    5  * EVMC6474 Evaluation Platform For TMS320C6474
    6  *
    7  * Copyright (C) 2011 Texas Instruments Incorporated
    8  *
    9  * Author: Mark Salter <msalter@redhat.com>
   10  */
   11 
   12 /dts-v1/;
   13 
   14 /include/ "tms320c6474.dtsi"
   15 
   16 / {
   17         model = "Spectrum Digital EVMC6474";
   18         compatible = "spectrum-digital,evmc6474";
   19 
   20         chosen {
   21                 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
   22         };
   23 
   24         memory {
   25                 device_type = "memory";
   26                 reg = <0x80000000 0x08000000>;
   27         };
   28 
   29         soc {
   30                 megamod_pic: interrupt-controller@1800000 {
   31                        interrupts = < 12 13 14 15 >;
   32                 };
   33 
   34                 timer3: timer@2940000 {
   35                         interrupt-parent = <&megamod_pic>;
   36                         interrupts = < 39 >;
   37                 };
   38 
   39                 timer4: timer@2950000 {
   40                         interrupt-parent = <&megamod_pic>;
   41                         interrupts = < 41 >;
   42                 };
   43 
   44                 timer5: timer@2960000 {
   45                         interrupt-parent = <&megamod_pic>;
   46                         interrupts = < 43 >;
   47                 };
   48 
   49                 clock-controller@29a0000 {
   50                         clock-frequency = <50000000>;
   51                 };
   52         };
   53 };

Cache object: 3a99b14e982b324efa66e9f394513bb9


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