summaryrefslogtreecommitdiff
path: root/arch/arm/dts/dragonboard845c-uboot.dtsi
blob: 775f45c0149fc72e8d5e5aecab85253ee08ca276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: GPL-2.0+
/*
 * U-Boot addition to handle Qualcomm Robotics RB3 Development Platform
 * (dragonboard845c) pins
 *
 * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
 */

/
{
	soc {
		bootph-all;

		serial@a84000 {
			bootph-all;
		};

		clock-controller@100000 {
			bootph-all;
		};

		pinctrl@3400000 {
			bootph-all;
		};
	};
};