blob: 82051be824a1f95aa62b46d39473da75ee83170a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0
Marek Vasut30ceb102018-01-17 22:47:21 +01002/*
3 * Device Tree Source extras for U-Boot for the Porter board
4 *
5 * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
Marek Vasut30ceb102018-01-17 22:47:21 +01006 */
7
8#include "r8a7791-porter.dts"
9#include "r8a7791-u-boot.dtsi"
Marek Vasut8a41f682018-02-17 00:31:19 +010010
11&scif0 {
12 u-boot,dm-pre-reloc;
13};
Marek Vasut4e96b692018-12-03 21:30:44 +010014
15&i2c6 {
16 status = "okay";
17 clock-frequency = <400000>;
18};
Marek Vasutfc3ed152019-02-19 05:58:24 +010019
20&qspi {
21 flash@0 {
22 spi-tx-bus-width = <1>;
23 spi-rx-bus-width = <1>;
24 };
25};