blob: 8a629bfe703cee813650491b89897daa3e37d2ac [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass632010c2016-11-25 20:16:00 -07002/*
3 * Copyright (C) 2016 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass632010c2016-11-25 20:16:00 -07005 */
6
Svyatoslav Ryhel3bc27472024-11-20 09:26:38 +02007#include "tegra124-u-boot.dtsi"
Simon Glass878c09b2017-11-13 18:55:06 -07008
Simon Glass632010c2016-11-25 20:16:00 -07009/ {
Simon Glasse0b1f372017-05-31 17:57:17 -060010 spi@7000d400 {
Tristan Bastiandbc96b12019-01-16 19:49:55 +010011 spi-deactivate-delay = <500>;
Simon Glasse0b1f372017-05-31 17:57:17 -060012 spi-max-frequency = <3000000>;
13
14 cros_ec: cros-ec@0 {
15 ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
16 };
17 };
Simon Glass632010c2016-11-25 20:16:00 -070018};