diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-06-12 12:34:38 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-04 14:19:48 +0200 |
commit | 6b573ed0bc67a38595a4bfd142375cb220a81611 (patch) | |
tree | d18eee035ba23f13dafe7845fca63781c6ffae55 /arch/arm/dts/imx6qp-wandboard-revd1.dts | |
parent | b76ba47cce5292ef2318ff905f68ecc3f8d72383 (diff) | |
download | u-boot-6b573ed0bc67a38595a4bfd142375cb220a81611.tar.gz |
wandboard: Import extra wandboard devicetree files
Import wandboard devicetree files so that the mx6q and mx6qp
variants can be properly supported.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm/dts/imx6qp-wandboard-revd1.dts')
-rw-r--r-- | arch/arm/dts/imx6qp-wandboard-revd1.dts | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qp-wandboard-revd1.dts b/arch/arm/dts/imx6qp-wandboard-revd1.dts new file mode 100644 index 0000000000..08d8b78a20 --- /dev/null +++ b/arch/arm/dts/imx6qp-wandboard-revd1.dts @@ -0,0 +1,23 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright 2013 Freescale Semiconductor, Inc. + * + * Author: Fabio Estevam <fabio.estevam@freescale.com> + */ +/dts-v1/; +#include "imx6qp.dtsi" +#include "imx6qdl-wandboard-revd1.dtsi" + +/ { + model = "Wandboard i.MX6 QuadPlus Board revD1"; + compatible = "wand,imx6qp-wandboard", "fsl,imx6qp"; + + memory@10000000 { + device_type = "memory"; + reg = <0x10000000 0x80000000>; + }; +}; + +&sata { + status = "okay"; +}; |