aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/dragonboard820c-uboot.dtsi
blob: d93c7c1fbdee25d01c083842cd68831b4dd50a2e (plain) (blame)
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
27
28
29
30
31
32
// SPDX-License-Identifier: GPL-2.0+
/*
 * U-Boot addition to handle Dragonboard 820c pins
 *
 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
 */

/ {
	smem {
		bootph-all;
	};

	soc {
		bootph-all;

		pinctrl@1010000 {
			bootph-all;

			uart {
				bootph-all;
			};
		};

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

		serial@75b0000 {
			bootph-all;
		};
	};
};