blob: 376dcdf68fbb80ad21f6a0cea01c5d79e2a21c4a [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
Simon Glass878c09b2017-11-13 18:55:06 -07007#include "tegra-u-boot.dtsi"
8
Simon Glass632010c2016-11-25 20:16:00 -07009/ {
10 host1x@50000000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070011 bootph-all;
Simon Glass632010c2016-11-25 20:16:00 -070012 dc@54200000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070013 bootph-all;
Simon Glass632010c2016-11-25 20:16:00 -070014 };
15 };
Simon Glasse0b1f372017-05-31 17:57:17 -060016
17 spi@7000d400 {
Tristan Bastiandbc96b12019-01-16 19:49:55 +010018 spi-deactivate-delay = <500>;
Simon Glasse0b1f372017-05-31 17:57:17 -060019 spi-max-frequency = <3000000>;
20
21 cros_ec: cros-ec@0 {
22 ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
23 };
24 };
Simon Glass632010c2016-11-25 20:16:00 -070025};