mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
8c26739859
Copy device trees from linux, keeping them as separate files for each board to ease future sync. Update board code to use generic bx50v3 dt initially, then select the specific dt based on board detection. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
19 lines
397 B
Text
19 lines
397 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
/*
|
|
* Copyright 2015 Timesys Corporation.
|
|
* Copyright 2018 General Electric Company
|
|
* Based on imx6q-ba16.dtsi and imx6q-bx50v3.dtsi from kernel 4.20.5.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6q-bx50v3.dtsi"
|
|
|
|
/ {
|
|
model = "General Electric Bx50v3";
|
|
compatible = "ge,imx6q-bx50v3", "advantech,imx6q-ba16", "fsl,imx6q";
|
|
|
|
chosen {
|
|
stdout-path = &uart3;
|
|
};
|
|
};
|