diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2017-03-29 04:45:23 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 04:16:18 -0400 |
commit | b721c91bdc645f6c13221a3b14c70dd6c239794f (patch) | |
tree | db5e1da6aa04095918fc1c9cfbcaf8ea7e8b6f44 | |
parent | 43d25bb7319bcc46ac0fc99f101caeb28200005c (diff) |
ARM: dts: imx6qp-nitrogen6_som2: add Quad Plus variant of the SOM
https://boundarydevices.com/product/nit6x-som-v2/
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts | 55 |
2 files changed, 56 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 5b640427fe59..abdd0dbb1dd4 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -431,6 +431,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ | |||
431 | imx6q-wandboard-revb1.dtb \ | 431 | imx6q-wandboard-revb1.dtb \ |
432 | imx6q-zii-rdu2.dtb \ | 432 | imx6q-zii-rdu2.dtb \ |
433 | imx6qp-nitrogen6_max.dtb \ | 433 | imx6qp-nitrogen6_max.dtb \ |
434 | imx6qp-nitrogen6_som2.dtb \ | ||
434 | imx6qp-sabreauto.dtb \ | 435 | imx6qp-sabreauto.dtb \ |
435 | imx6qp-sabresd.dtb \ | 436 | imx6qp-sabresd.dtb \ |
436 | imx6qp-zii-rdu2.dtb | 437 | imx6qp-zii-rdu2.dtb |
diff --git a/arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts b/arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts new file mode 100644 index 000000000000..011726c836cd --- /dev/null +++ b/arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts | |||
@@ -0,0 +1,55 @@ | |||
1 | /* | ||
2 | * Copyright 2017 Boundary Devices, Inc. | ||
3 | * | ||
4 | * This file is dual-licensed: you can use it either under the terms | ||
5 | * of the GPL or the X11 license, at your option. Note that this dual | ||
6 | * licensing only applies to this file, and not this project as a | ||
7 | * whole. | ||
8 | * | ||
9 | * a) This file is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License as | ||
11 | * published by the Free Software Foundation; either version 2 of the | ||
12 | * License, or (at your option) any later version. | ||
13 | * | ||
14 | * This file is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | * Or, alternatively, | ||
20 | * | ||
21 | * b) Permission is hereby granted, free of charge, to any person | ||
22 | * obtaining a copy of this software and associated documentation | ||
23 | * files (the "Software"), to deal in the Software without | ||
24 | * restriction, including without limitation the rights to use, | ||
25 | * copy, modify, merge, publish, distribute, sublicense, and/or | ||
26 | * sell copies of the Software, and to permit persons to whom the | ||
27 | * Software is furnished to do so, subject to the following | ||
28 | * conditions: | ||
29 | * | ||
30 | * The above copyright notice and this permission notice shall be | ||
31 | * included in all copies or substantial portions of the Software. | ||
32 | * | ||
33 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
34 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
35 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
36 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
37 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
38 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
39 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
40 | * OTHER DEALINGS IN THE SOFTWARE. | ||
41 | */ | ||
42 | |||
43 | /dts-v1/; | ||
44 | |||
45 | #include "imx6qp.dtsi" | ||
46 | #include "imx6qdl-nitrogen6_som2.dtsi" | ||
47 | |||
48 | / { | ||
49 | model = "Boundary Devices i.MX6 Quad Plus Nitrogen6_SOM2 Board"; | ||
50 | compatible = "boundary,imx6qp-nitrogen6_som2", "fsl,imx6qp"; | ||
51 | }; | ||
52 | |||
53 | &sata { | ||
54 | status = "okay"; | ||
55 | }; | ||