blob: ddfeba806cec5dba3066237884302f3349aa7be4 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass48549cd2016-11-25 20:16:00 -07002/*
3 * Copyright (C) 2016 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass48549cd2016-11-25 20:16:00 -07005 */
6
Simon Glassf2faffe2017-11-13 18:55:06 -07007#include "tegra-u-boot.dtsi"
8
Simon Glass48549cd2016-11-25 20:16:00 -07009/ {
10 host1x@50000000 {
11 u-boot,dm-pre-reloc;
12 dc@54200000 {
13 u-boot,dm-pre-reloc;
14 };
15 };
Simon Glassc415dda2017-05-31 17:57:17 -060016
17 spi@7000d400 {
Tristan Bastian74a7d9a2019-01-16 19:49:55 +010018 spi-deactivate-delay = <500>;
Simon Glassc415dda2017-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 Glass48549cd2016-11-25 20:16:00 -070025};