Simon Glass | 48549cd | 2016-11-25 20:16:00 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2016 Google, Inc |
| 3 | * Written by Simon Glass <sjg@chromium.org> |
| 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0+ |
| 6 | */ |
| 7 | |
Simon Glass | f2faffe | 2017-11-13 18:55:06 -0700 | [diff] [blame] | 8 | #include "tegra-u-boot.dtsi" |
| 9 | |
Simon Glass | 48549cd | 2016-11-25 20:16:00 -0700 | [diff] [blame] | 10 | / { |
| 11 | host1x@50000000 { |
| 12 | u-boot,dm-pre-reloc; |
| 13 | dc@54200000 { |
| 14 | u-boot,dm-pre-reloc; |
| 15 | }; |
| 16 | }; |
Simon Glass | c415dda | 2017-05-31 17:57:17 -0600 | [diff] [blame] | 17 | |
| 18 | spi@7000d400 { |
| 19 | spi-deactivate-delay = <200>; |
| 20 | spi-max-frequency = <3000000>; |
| 21 | |
| 22 | cros_ec: cros-ec@0 { |
| 23 | ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>; |
| 24 | }; |
| 25 | }; |
Simon Glass | 48549cd | 2016-11-25 20:16:00 -0700 | [diff] [blame] | 26 | }; |