blob: 6e892c1af769c27ebac7a290bc630eddc915abae [file] [log] [blame]
Jesse Taubed68abc22022-07-26 01:43:45 -04001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) 2022
4 * Author(s): Jesse Taube <Mr.Bossman075@gmail.com>
5 * Giulio Benetti <giulio.benetti@benettiengineering.com>
6 */
7
8/ {
Jesse Taube9fcbb552024-02-19 18:00:59 -05009 binman: binman {
10 multiple-images;
11 };
12
Jesse Taubed68abc22022-07-26 01:43:45 -040013 chosen {
Simon Glassd3a98cb2023-02-13 08:56:33 -070014 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040015 };
16
17 clocks {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040019 };
20
21 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040023 };
24};
25
26&osc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040028};
29
30&rcosc16M {
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040032};
33
34&osc32k {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040036};
37
38&clks {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040040};
41
42&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070043 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040044};
45
46&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070047 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040048};
49
50&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070051 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040052};
53
54&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070055 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040056};
57
58&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070059 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040060};
61
62&gpt1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070063 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040064};
65
66&lpuart1 { /* console */
Simon Glassd3a98cb2023-02-13 08:56:33 -070067 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040068};
69
70&semc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070071 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040072
73 bank1: bank@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070074 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040075 };
76};
77
78&iomuxc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070079 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040080
81 imxrt1170-evk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070082 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040083 pinctrl_lpuart1: lpuart1grp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070084 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040085 };
86
87 pinctrl_usdhc0: usdhc0grp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070088 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040089 };
90 pinctrl_semc: semcgrp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070091 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040092 };
93 };
94};
95
96&usdhc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070097 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040098};