summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi
blob: dff0355150dbdcbd763c1dba15f1d4c9f2633fa5 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// SPDX-License-Identifier: GPL-2.0
/*
 * Device Tree Source extras for U-Boot for the R-Car V4H Sparrow Hawk board
 *
 * Copyright (C) 2025 Marek Vasut <marek.vasut+renesas@mailbox.org>
 */

#include "r8a779g0-u-boot.dtsi"

&avb0_pins {
	pins-vddq18-25-avb {
		pins = "PIN_VDDQ_AVB0", "PIN_VDDQ_AVB1", "PIN_VDDQ_AVB2", "PIN_VDDQ_TSN0";
		power-source = <1800>;
	};
};

/* Page 31 / FAN */
&gpio1 {
	pwm-fan-hog {
		gpio-hog;
		gpios = <15 GPIO_ACTIVE_HIGH>;
		output-high;
		line-name = "PWM-FAN";
	};
};

/* Page 29 / CSI_IF_CN / CAM_CN0 */
&i2c1 {
	status = "okay";
};

/* Page 29 / CSI_IF_CN / CAM_CN1 */
&i2c2 {
	status = "okay";
};

/* Page 31 / IO_CN */
&i2c3 {
	status = "okay";
};

/* Page 31 / IO_CN */
&i2c4 {
	status = "okay";
};

/* Page 18 / POWER_CORE and Page 19 / POWER_PMIC */
&i2c5 {
	status = "okay";
};

&rpc {
	flash@0 {
		/*
		 * EVTA1 is populated with Spansion S25FS512S
		 * EVTB1 is populated with Winbond W77Q51NW
		 */
		compatible = "jedec,spi-nor";
		spi-tx-bus-width = <1>;
		spi-rx-bus-width = <1>;
	};
};

&vcc_sdhi {
	states = <1800000 0>, <3300000 1>;
};