mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
d0399a46e7
Synchronise device trees with linux-next next-20220708. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
19 lines
388 B
Text
19 lines
388 B
Text
// SPDX-License-Identifier: GPL-2.0 OR X11
|
|
/*
|
|
* Copyright 2013 Boundary Devices, Inc.
|
|
* Copyright 2012 Freescale Semiconductor, Inc.
|
|
* Copyright 2011 Linaro Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-nitrogen6x.dtsi"
|
|
|
|
/ {
|
|
model = "Boundary Devices i.MX6 Quad Nitrogen6x Board";
|
|
compatible = "boundary,imx6q-nitrogen6x", "fsl,imx6q";
|
|
};
|
|
|
|
&sata {
|
|
status = "okay";
|
|
};
|