]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/tegra20-whistler.dts
ARM: UniPhier: replace "usb-ehci" with "generic-ehci"
[people/ms/u-boot.git] / arch / arm / dts / tegra20-whistler.dts
1 /dts-v1/;
2
3 #include "tegra20.dtsi"
4
5 / {
6 model = "NVIDIA Tegra20 Whistler evaluation board";
7 compatible = "nvidia,whistler", "nvidia,tegra20";
8
9 chosen {
10 stdout-path = &uarta;
11 };
12
13 aliases {
14 i2c0 = "/i2c@7000d000";
15 usb0 = "/usb@c5008000";
16 sdhci0 = "/sdhci@c8000600";
17 sdhci1 = "/sdhci@c8000400";
18 };
19
20 memory {
21 device_type = "memory";
22 reg = < 0x00000000 0x20000000 >;
23 };
24
25 serial@70006000 {
26 clock-frequency = < 216000000 >;
27 };
28
29 i2c@7000c000 {
30 status = "disabled";
31 };
32
33 i2c@7000c400 {
34 status = "disabled";
35 };
36
37 i2c@7000c500 {
38 status = "disabled";
39 };
40
41 i2c@7000d000 {
42 clock-frequency = <100000>;
43
44 pmic@3c {
45 compatible = "maxim,max8907b";
46 reg = <0x3c>;
47
48 clk_32k: clock {
49 compatible = "fixed-clock";
50 /*
51 * leave out for now due to CPP:
52 * #clock-cells = <0>;
53 */
54 clock-frequency = <32768>;
55 };
56 };
57 };
58
59 usb@c5000000 {
60 status = "disabled";
61 };
62
63 usb@c5004000 {
64 status = "disabled";
65 };
66
67 sdhci@c8000400 {
68 status = "okay";
69 wp-gpios = <&gpio TEGRA_GPIO(V, 5) GPIO_ACTIVE_HIGH>;
70 bus-width = <8>;
71 };
72
73 sdhci@c8000600 {
74 status = "okay";
75 bus-width = <8>;
76 };
77 };