mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Sync the devicetrees with Linux and adjust the board names. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
14 lines
361 B
Text
14 lines
361 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2017 exceet electronics GmbH
|
|
* Copyright (C) 2018 Kontron Electronics GmbH
|
|
* Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
|
|
*/
|
|
|
|
#include "imx6ul.dtsi"
|
|
#include "imx6ul-kontron-sl-common.dtsi"
|
|
|
|
/ {
|
|
model = "Kontron SL i.MX6UL (N631X SOM)";
|
|
compatible = "kontron,sl-imx6ul", "fsl,imx6ul";
|
|
};
|