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&scif2 {
17	u-boot,dm-pre-reloc;
18};
19
20&qspi {
21	flash@0 {
22		spi-tx-bus-width = <1>;
23		spi-rx-bus-width = <1>;
24	};
25};
26