Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / r8a7794-alt-u-boot.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source extras for U-Boot for the Alt board
4  *
5  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6  */
7
8 #include "r8a7794-alt.dts"
9 #include "r8a7794-u-boot.dtsi"
10
11 &i2c7 {
12         status = "okay";
13         clock-frequency = <100000>;
14 };
15
16 &pci0 {
17         status = "okay";
18         pinctrl-0 = <&usb0_pins>;
19         pinctrl-names = "default";
20 };
21
22 &pci1 {
23         status = "okay";
24         pinctrl-0 = <&usb1_pins>;
25         pinctrl-names = "default";
26 };
27
28 &pfc {
29         usb0_pins: usb0 {
30                 groups = "usb0";
31                 function = "usb0";
32         };
33
34         usb1_pins: usb1 {
35                 groups = "usb1";
36                 function = "usb1";
37         };
38 };
39
40 &scif2 {
41         u-boot,dm-pre-reloc;
42 };
43
44 &qspi {
45         flash@0 {
46                 spi-tx-bus-width = <1>;
47                 spi-rx-bus-width = <1>;
48         };
49 };
50
51 &usbphy {
52         status = "okay";
53 };