Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
0003  *
0004  * This program is free software; you can redistribute it and/or modify
0005  * it under the terms of the GNU General Public License version 2 as
0006  * published by the Free Software Foundation.
0007  */
0008 
0009 #include "dra74x.dtsi"
0010 
0011 / {
0012         compatible = "ti,dra762", "ti,dra7";
0013 
0014         ocp {
0015                 emif1: emif@4c000000 {
0016                         compatible = "ti,emif-dra7xx";
0017                         reg = <0x4c000000 0x200>;
0018                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
0019                         status = "disabled";
0020                 };
0021         };
0022 };
0023 
0024 /* MCAN interrupts are hard-wired to irqs 67, 68 */
0025 &crossbar_mpu {
0026         ti,irqs-skip = <10 67 68 133 139 140>;
0027 };