mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 11:01:26 +02:00
Sync the devicetrees with Linux and adjust the board names. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
15 lines
361 B
Plaintext
15 lines
361 B
Plaintext
// 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";
|
|
};
|