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/arm/dra74x-p.dtsi

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  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
    3  *
    4  * This program is free software; you can redistribute it and/or modify
    5  * it under the terms of the GNU General Public License version 2 as
    6  * published by the Free Software Foundation.
    7  */
    8 
    9 #include "dra74x.dtsi"
   10 
   11 / {
   12         compatible = "ti,dra762", "ti,dra7";
   13 
   14         ocp {
   15                 emif1: emif@4c000000 {
   16                         compatible = "ti,emif-dra7xx";
   17                         reg = <0x4c000000 0x200>;
   18                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
   19                         status = "disabled";
   20                 };
   21         };
   22 };
   23 
   24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
   25 &crossbar_mpu {
   26         ti,irqs-skip = <10 67 68 133 139 140>;
   27 };

Cache object: fe8334953262e5e45d95fa51c79e8f9d


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