Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Device Tree file for Freescale LS2080a QDS Board. |
| 4 | * |
| 5 | * Copyright 2015-2016 Freescale Semiconductor, Inc. |
| 6 | * Copyright 2017 NXP |
| 7 | * |
| 8 | * Abhimanyu Saini <abhimanyu.saini@nxp.com> |
| 9 | * Bhupesh Sharma <bhupesh.sharma@freescale.com> |
| 10 | * |
| 11 | */ |
| 12 | |
| 13 | /dts-v1/; |
| 14 | |
| 15 | #include "fsl-ls2080a.dtsi" |
| 16 | #include "fsl-ls208xa-qds.dtsi" |
| 17 | |
| 18 | / { |
| 19 | model = "Freescale Layerscape 2080a QDS Board"; |
| 20 | compatible = "fsl,ls2080a-qds", "fsl,ls2080a"; |
| 21 | |
| 22 | chosen { |
| 23 | stdout-path = "serial0:115200n8"; |
| 24 | }; |
| 25 | }; |