mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
9ab5204628
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";
|
|
};
|