mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-03 18:01:41 +01:00 
			
		
		
		
	This file has changed quite a bit since it was set up. Sync it back with Linux v4.4. Adjust the users slightly to cope with the changes: - the host1x node is now called host1x@50000000 - we need a clocks node to provide the clk32k_in phandle - active usb nodes need status = "okay" - active i2c nodes need status = "okay" Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
		
			
				
	
	
		
			42 lines
		
	
	
		
			523 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			523 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
#include "tegra20-tamonten.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Avionic Design Plutux";
 | 
						|
	compatible = "ad,plutux", "nvidia,tegra20";
 | 
						|
 | 
						|
	chosen {
 | 
						|
		stdout-path = &uartd;
 | 
						|
	};
 | 
						|
 | 
						|
	aliases {
 | 
						|
		usb0 = "/usb@c5008000";
 | 
						|
		sdhci0 = "/sdhci@c8000600";
 | 
						|
	};
 | 
						|
 | 
						|
	memory {
 | 
						|
		reg = <0x00000000 0x20000000>;
 | 
						|
	};
 | 
						|
 | 
						|
	serial@70006300 {
 | 
						|
		clock-frequency = <216000000>;
 | 
						|
	};
 | 
						|
 | 
						|
	i2c@7000c000 {
 | 
						|
		status = "disabled";
 | 
						|
	};
 | 
						|
 | 
						|
	i2c@7000c400 {
 | 
						|
		status = "disabled";
 | 
						|
	};
 | 
						|
 | 
						|
	i2c@7000c500 {
 | 
						|
		status = "disabled";
 | 
						|
	};
 | 
						|
 | 
						|
	i2c@7000d000 {
 | 
						|
		status = "disabled";
 | 
						|
	};
 | 
						|
};
 |