blob: 775f45c0149fc72e8d5e5aecab85253ee08ca276 [file] [log] [blame]
Sumit Garg5b32da42022-07-12 12:42:08 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot addition to handle Qualcomm Robotics RB3 Development Platform
4 * (dragonboard845c) pins
5 *
6 * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
7 */
8
9/
10{
11 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070012 bootph-all;
Sumit Garg5b32da42022-07-12 12:42:08 +053013
14 serial@a84000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070015 bootph-all;
Sumit Garg5b32da42022-07-12 12:42:08 +053016 };
17
18 clock-controller@100000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-all;
Sumit Garg5b32da42022-07-12 12:42:08 +053020 };
21
Caleb Connollyfabb8972023-11-14 12:55:42 +000022 pinctrl@3400000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-all;
Sumit Garg5b32da42022-07-12 12:42:08 +053024 };
25 };
26};