blob: b4c5f3fa43017392e8e06414bdd35e833063746d [file] [log] [blame]
Sumit Gargbf95d172022-07-12 12:42:12 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot addition to handle QCS404 EVB pre-relocation devices
4 *
5 * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
6 */
7
8/ {
9 soc {
Simon Glass8c103c32023-02-13 08:56:33 -070010 bootph-all;
Sumit Gargbf95d172022-07-12 12:42:12 +053011
12 pinctrl_north@1300000 {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-all;
Sumit Gargbf95d172022-07-12 12:42:12 +053014 };
15
16 clock-controller@1800000 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-all;
Sumit Gargbf95d172022-07-12 12:42:12 +053018 };
19
20 serial@78b1000 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-all;
Sumit Gargbf95d172022-07-12 12:42:12 +053022 };
23 };
24};
Sumit Garg106822d2022-08-04 19:57:20 +053025
26&pms405_gpios {
27 usb_vbus_boost_pin {
28 gpios = <&pms405_gpios 2 0>;
29 };
30};