1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the ULCB board
4 *
5 * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6 */
7
8#include "r8a7795-h3ulcb.dts"
9#include "r8a7795-u-boot.dtsi"
10
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};
21