forked from kdave/btrfs-devel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: Add support for dra762 abz package
dra762 abz package is pin compatible with dra742 and few peripherals like DDR with upgraded speed. Add dt support for this SoC. Reported-by: Praneeth Bajjuri <[email protected]> Tested-by: Praneeth Bajjuri <[email protected]> Signed-off-by: Lokesh Vutla <[email protected]> [khilman: forward port from ti-linux-5.4.y] Signed-off-by: Kevin Hilman <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
- Loading branch information
1 parent
cb31bbf
commit 176f26b
Showing
4 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,6 @@ | |
pinctrl-2 = <&mmc2_pins_default>; | ||
}; | ||
|
||
&m_can0 { | ||
status = "disabled"; | ||
}; | ||
|
||
&emif1 { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#include "dra74x.dtsi" | ||
|
||
/ { | ||
compatible = "ti,dra762", "ti,dra7"; | ||
|
||
ocp { | ||
emif1: emif@4c000000 { | ||
compatible = "ti,emif-dra7xx"; | ||
reg = <0x4c000000 0x200>; | ||
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; | ||
status = "disabled"; | ||
}; | ||
}; | ||
}; | ||
|
||
/* MCAN interrupts are hard-wired to irqs 67, 68 */ | ||
&crossbar_mpu { | ||
ti,irqs-skip = <10 67 68 133 139 140>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters