2022-07-12 12:42:12 +05:30
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* U-Boot addition to handle QCS404 EVB pre-relocation devices
|
|
|
|
*
|
|
|
|
* (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-all;
|
2022-07-12 12:42:12 +05:30
|
|
|
|
|
|
|
pinctrl_north@1300000 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-all;
|
2022-07-12 12:42:12 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
clock-controller@1800000 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-all;
|
2022-07-12 12:42:12 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
serial@78b1000 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-all;
|
2022-07-12 12:42:12 +05:30
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2022-08-04 19:57:20 +05:30
|
|
|
|
|
|
|
&pms405_gpios {
|
|
|
|
usb_vbus_boost_pin {
|
|
|
|
gpios = <&pms405_gpios 2 0>;
|
|
|
|
};
|
|
|
|
};
|