-
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.
arm64: dts: ls1012a: Add FRWY-LS1012A board support
LS1012A-FRWY is an ls1012a based SoC board. Key features of this board are Micro SD, USB 3.0, upto 1GB DDR, UART Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
- Loading branch information
Pramod Kumar
authored and
Shawn Guo
committed
Dec 8, 2018
1 parent
fa86cfe
commit 26a06c6
Showing
2 changed files
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Device Tree file for Freescale LS1012A FRWY Board. | ||
* | ||
* Copyright 2018 NXP | ||
* | ||
* Pramod Kumar <pramod.kumar_1@nxp.com> | ||
* | ||
*/ | ||
/dts-v1/; | ||
|
||
#include "fsl-ls1012a.dtsi" | ||
|
||
/ { | ||
model = "LS1012A FRWY Board"; | ||
compatible = "fsl,ls1012a-frwy", "fsl,ls1012a"; | ||
}; | ||
|
||
&duart0 { | ||
status = "okay"; | ||
}; | ||
|
||
&i2c0 { | ||
status = "okay"; | ||
}; |