26 lines
368 B
Plaintext
26 lines
368 B
Plaintext
|
// 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";
|
||
|
};
|