mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
1f3555d906
At the moment a lot of u-boot,dm-spl properties are present in board .dts file but this is not correct since u-boot,dm-spl property is u-boot specific and must be listed into the separate imrt1050-evk-u-boot.dtsi file. So let's move every u-boot,dm-spl property present in imxrt1050-evk.dts to imxrt1050-evk-u-boot.dtsi file. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
86 lines
851 B
Text
86 lines
851 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) 2019
|
|
* Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
clocks {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
soc {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&osc {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&clks {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio2 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio3 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio4 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio5 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpt1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&lpuart1 { /* console */
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&semc {
|
|
u-boot,dm-spl;
|
|
|
|
bank1: bank@0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&iomuxc {
|
|
u-boot,dm-spl;
|
|
|
|
imxrt1050-evk {
|
|
u-boot,dm-spl;
|
|
pinctrl_lpuart1: lpuart1grp {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
pinctrl_semc: semcgrp {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
pinctrl_usdhc0: usdhc0grp {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
};
|
|
|
|
&usdhc1 {
|
|
u-boot,dm-spl;
|
|
};
|