2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2016-11-26 03:16:00 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2016 Google, Inc
|
|
|
|
* Written by Simon Glass <sjg@chromium.org>
|
|
|
|
*/
|
|
|
|
|
2017-11-14 01:55:06 +00:00
|
|
|
#include "tegra-u-boot.dtsi"
|
|
|
|
|
2016-11-26 03:16:00 +00:00
|
|
|
/ {
|
|
|
|
host1x@50000000 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
dc@54200000 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
};
|
2017-05-31 23:57:17 +00:00
|
|
|
|
|
|
|
spi@7000d400 {
|
2019-01-16 18:49:55 +00:00
|
|
|
spi-deactivate-delay = <500>;
|
2017-05-31 23:57:17 +00:00
|
|
|
spi-max-frequency = <3000000>;
|
|
|
|
|
|
|
|
cros_ec: cros-ec@0 {
|
|
|
|
ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
2016-11-26 03:16:00 +00:00
|
|
|
};
|