blob: f923a14301403ef2bbcd169f5d5eddc6c4dbe453 [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/ {
9 chosen {
Simon Glassd3a98cb2023-02-13 08:56:33 -070010 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040011 };
12
13 clocks {
Simon Glassd3a98cb2023-02-13 08:56:33 -070014 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040015 };
16
17 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040019 };
20};
21
22&osc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040024};
25
26&rcosc16M {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040028};
29
30&osc32k {
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040032};
33
34&clks {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040036};
37
38&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040040};
41
42&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070043 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040044};
45
46&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070047 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040048};
49
50&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070051 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040052};
53
54&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070055 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040056};
57
58&gpt1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070059 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040060};
61
62&lpuart1 { /* console */
Simon Glassd3a98cb2023-02-13 08:56:33 -070063 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040064};
65
66&semc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070067 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040068
69 bank1: bank@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070070 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040071 };
72};
73
74&iomuxc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070075 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040076
77 imxrt1170-evk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070078 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040079 pinctrl_lpuart1: lpuart1grp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070080 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040081 };
82
83 pinctrl_usdhc0: usdhc0grp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070084 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040085 };
86 pinctrl_semc: semcgrp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070087 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040088 };
89 };
90};
91
92&usdhc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070093 bootph-pre-ram;
Jesse Taubed68abc22022-07-26 01:43:45 -040094};