blob: 5cb5e9c6fb1870685b421f7cd27a559d9c67faa1 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0
Marek Vasut34df58a2018-01-10 11:47:03 +01002/*
3 * Device Tree Source extras for U-Boot for the ULCB board
4 *
5 * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
Marek Vasut34df58a2018-01-10 11:47:03 +01006 */
7
8#include "r8a7795-h3ulcb.dts"
9#include "r8a7795-u-boot.dtsi"
Marek Vasutd2038b22018-12-03 20:48:16 +010010
11/ {
12 cpld {
13 compatible = "renesas,ulcb-cpld";
14 status = "okay";
15 gpio-sck = <&gpio6 8 0>;
16 gpio-mosi = <&gpio6 7 0>;
17 gpio-miso = <&gpio6 10 0>;
18 gpio-sstbz = <&gpio2 3 0>;
19 };
20};