blob: c8c24d661ac9c57cf72c30dbccd956410bc65a50 (
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
|
// 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"
/* 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 {
spi-tx-bus-width = <1>;
spi-rx-bus-width = <1>;
};
};
&vcc_sdhi {
states = <1800000 0>, <3300000 1>;
};
|