2020-02-18 19:02:55 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020
|
|
|
|
* Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2021-05-16 21:57:01 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio5 {
|
|
|
|
u-boot,dm-spl;
|
2020-02-18 19:02:55 +00:00
|
|
|
};
|
|
|
|
|
2021-05-13 10:18:36 +00:00
|
|
|
&gpt1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2020-02-18 19:02:55 +00:00
|
|
|
&lpuart1 { /* console */
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&semc {
|
2021-05-16 21:57:01 +00:00
|
|
|
u-boot,dm-spl;
|
|
|
|
|
2020-02-18 19:02:55 +00:00
|
|
|
bank1: bank@0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&iomuxc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
|
|
|
|
imxrt1020-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;
|
|
|
|
};
|