2020-01-10 14:51:48 +00:00
|
|
|
// 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;
|
|
|
|
};
|
2021-05-16 21:57:00 +00:00
|
|
|
|
|
|
|
clocks {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
soc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&osc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2022-03-17 18:33:18 +00:00
|
|
|
&anatop {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2021-05-16 21:57:00 +00:00
|
|
|
&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;
|
2020-01-10 14:51:48 +00:00
|
|
|
};
|
|
|
|
|
2021-05-13 10:18:43 +00:00
|
|
|
&gpt1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2020-01-10 14:51:48 +00:00
|
|
|
&lpuart1 { /* console */
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&semc {
|
2021-05-16 21:57:00 +00:00
|
|
|
u-boot,dm-spl;
|
|
|
|
|
2020-01-10 14:51:48 +00:00
|
|
|
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;
|
|
|
|
};
|