2012-05-15 06:45:28 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2013-02-21 12:31:27 +00:00
|
|
|
#include "tegra20.dtsi"
|
2012-05-15 06:45:28 +00:00
|
|
|
|
|
|
|
/ {
|
2012-08-31 08:30:00 +00:00
|
|
|
model = "NVIDIA Tegra20 Whistler evaluation board";
|
2012-05-15 06:45:28 +00:00
|
|
|
compatible = "nvidia,whistler", "nvidia,tegra20";
|
|
|
|
|
2014-09-04 22:27:35 +00:00
|
|
|
chosen {
|
|
|
|
stdout-path = &uarta;
|
|
|
|
};
|
|
|
|
|
2012-05-15 06:45:28 +00:00
|
|
|
aliases {
|
|
|
|
i2c0 = "/i2c@7000d000";
|
|
|
|
usb0 = "/usb@c5008000";
|
2013-02-21 12:31:29 +00:00
|
|
|
sdhci0 = "/sdhci@c8000600";
|
|
|
|
sdhci1 = "/sdhci@c8000400";
|
2012-05-15 06:45:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = < 0x00000000 0x20000000 >;
|
|
|
|
};
|
|
|
|
|
|
|
|
serial@70006000 {
|
|
|
|
clock-frequency = < 216000000 >;
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@7000d000 {
|
2016-01-30 23:37:52 +00:00
|
|
|
status = "okay";
|
2012-05-15 06:45:28 +00:00
|
|
|
clock-frequency = <100000>;
|
|
|
|
|
|
|
|
pmic@3c {
|
|
|
|
compatible = "maxim,max8907b";
|
|
|
|
reg = <0x3c>;
|
|
|
|
|
|
|
|
clk_32k: clock {
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
/*
|
|
|
|
* leave out for now due to CPP:
|
|
|
|
* #clock-cells = <0>;
|
|
|
|
*/
|
|
|
|
clock-frequency = <32768>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-01-30 23:37:52 +00:00
|
|
|
usb@c5008000 {
|
|
|
|
status = "okay";
|
2012-05-15 06:45:28 +00:00
|
|
|
};
|
2013-02-21 12:31:29 +00:00
|
|
|
|
|
|
|
sdhci@c8000400 {
|
|
|
|
status = "okay";
|
2015-01-06 03:05:41 +00:00
|
|
|
wp-gpios = <&gpio TEGRA_GPIO(V, 5) GPIO_ACTIVE_HIGH>;
|
2013-02-21 12:31:29 +00:00
|
|
|
bus-width = <8>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhci@c8000600 {
|
|
|
|
status = "okay";
|
|
|
|
bus-width = <8>;
|
|
|
|
};
|
2016-01-30 23:37:52 +00:00
|
|
|
|
|
|
|
clocks {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
clk32k_in: clock@0 {
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
reg=<0>;
|
|
|
|
#clock-cells = <0>;
|
|
|
|
clock-frequency = <32768>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2012-05-15 06:45:28 +00:00
|
|
|
};
|