Home | History | Annotate | Download | only in dts
      1 // SPDX-License-Identifier: GPL-2.0+
      2 /*
      3  * Copyright (C) 2016 Google, Inc
      4  * Written by Simon Glass <sjg (a] chromium.org>
      5  */
      6 
      7 #include "tegra-u-boot.dtsi"
      8 
      9 / {
     10 	host1x@50000000 {
     11 		u-boot,dm-pre-reloc;
     12 		dc@54200000 {
     13 			u-boot,dm-pre-reloc;
     14 		};
     15 	};
     16 
     17 	spi@7000d400 {
     18 		spi-deactivate-delay = <200>;
     19 		spi-max-frequency = <3000000>;
     20 
     21 		cros_ec: cros-ec@0 {
     22 			ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
     23 		};
     24 	};
     25 };
     26