Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v4.6.
 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 2/*
 3 * Device Tree file for Freescale LS2088A QDS Board.
 4 *
 5 * Copyright 2016 Freescale Semiconductor, Inc.
 6 * Copyright 2017 NXP
 7 *
 8 * Abhimanyu Saini <abhimanyu.saini@nxp.com>
 9 *
10 */
11
12/dts-v1/;
13
14#include "fsl-ls2088a.dtsi"
15#include "fsl-ls208xa-qds.dtsi"
16
17/ {
18	model = "Freescale Layerscape 2088A QDS Board";
19	compatible = "fsl,ls2088a-qds", "fsl,ls2088a";
20
21	chosen {
22		stdout-path = "serial0:115200n8";
23	};
24};