2022-07-12 07:12:12 +00:00
|
|
|
// 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 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-12 07:12:12 +00:00
|
|
|
|
|
|
|
pinctrl_north@1300000 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-12 07:12:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
clock-controller@1800000 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-12 07:12:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
serial@78b1000 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-12 07:12:12 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2022-08-04 14:27:20 +00:00
|
|
|
|
|
|
|
&pms405_gpios {
|
|
|
|
usb_vbus_boost_pin {
|
|
|
|
gpios = <&pms405_gpios 2 0>;
|
|
|
|
};
|
|
|
|
};
|