blob: 65c3851affac2ab4fe58a739e4310cb2b0f1c59a [file] [log] [blame]
Simon Glass48549cd2016-11-25 20:16:00 -07001/*
2 * Copyright (C) 2016 Google, Inc
3 * Written by Simon Glass <sjg@chromium.org>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8/ {
9 host1x@50000000 {
10 u-boot,dm-pre-reloc;
11 dc@54200000 {
12 u-boot,dm-pre-reloc;
13 };
14 };
Simon Glassc415dda2017-05-31 17:57:17 -060015
16 spi@7000d400 {
17 spi-deactivate-delay = <200>;
18 spi-max-frequency = <3000000>;
19
20 cros_ec: cros-ec@0 {
21 ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
22 };
23 };
Simon Glass48549cd2016-11-25 20:16:00 -070024};