diff options
Diffstat (limited to 'arch/arm/boot/dts/emev2-kzm9d.dts')
-rw-r--r-- | arch/arm/boot/dts/emev2-kzm9d.dts | 63 |
1 files changed, 32 insertions, 31 deletions
diff --git a/arch/arm/boot/dts/emev2-kzm9d.dts b/arch/arm/boot/dts/emev2-kzm9d.dts index 50ccd151091e..667d323e80a3 100644 --- a/arch/arm/boot/dts/emev2-kzm9d.dts +++ b/arch/arm/boot/dts/emev2-kzm9d.dts | |||
@@ -25,37 +25,7 @@ | |||
25 | 25 | ||
26 | chosen { | 26 | chosen { |
27 | bootargs = "console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp"; | 27 | bootargs = "console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp"; |
28 | }; | 28 | stdout-path = &uart1; |
29 | |||
30 | reg_1p8v: regulator@0 { | ||
31 | compatible = "regulator-fixed"; | ||
32 | regulator-name = "fixed-1.8V"; | ||
33 | regulator-min-microvolt = <1800000>; | ||
34 | regulator-max-microvolt = <1800000>; | ||
35 | regulator-always-on; | ||
36 | regulator-boot-on; | ||
37 | }; | ||
38 | |||
39 | reg_3p3v: regulator@1 { | ||
40 | compatible = "regulator-fixed"; | ||
41 | regulator-name = "fixed-3.3V"; | ||
42 | regulator-min-microvolt = <3300000>; | ||
43 | regulator-max-microvolt = <3300000>; | ||
44 | regulator-always-on; | ||
45 | regulator-boot-on; | ||
46 | }; | ||
47 | |||
48 | lan9220@20000000 { | ||
49 | compatible = "smsc,lan9220", "smsc,lan9115"; | ||
50 | reg = <0x20000000 0x10000>; | ||
51 | phy-mode = "mii"; | ||
52 | interrupt-parent = <&gpio0>; | ||
53 | interrupts = <1 IRQ_TYPE_EDGE_RISING>; | ||
54 | reg-io-width = <4>; | ||
55 | smsc,irq-active-high; | ||
56 | smsc,irq-push-pull; | ||
57 | vddvario-supply = <®_1p8v>; | ||
58 | vdd33a-supply = <®_3p3v>; | ||
59 | }; | 29 | }; |
60 | 30 | ||
61 | gpio_keys { | 31 | gpio_keys { |
@@ -92,4 +62,35 @@ | |||
92 | gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; | 62 | gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; |
93 | }; | 63 | }; |
94 | }; | 64 | }; |
65 | |||
66 | reg_1p8v: regulator@0 { | ||
67 | compatible = "regulator-fixed"; | ||
68 | regulator-name = "fixed-1.8V"; | ||
69 | regulator-min-microvolt = <1800000>; | ||
70 | regulator-max-microvolt = <1800000>; | ||
71 | regulator-always-on; | ||
72 | regulator-boot-on; | ||
73 | }; | ||
74 | |||
75 | reg_3p3v: regulator@1 { | ||
76 | compatible = "regulator-fixed"; | ||
77 | regulator-name = "fixed-3.3V"; | ||
78 | regulator-min-microvolt = <3300000>; | ||
79 | regulator-max-microvolt = <3300000>; | ||
80 | regulator-always-on; | ||
81 | regulator-boot-on; | ||
82 | }; | ||
83 | |||
84 | lan9220@20000000 { | ||
85 | compatible = "smsc,lan9220", "smsc,lan9115"; | ||
86 | reg = <0x20000000 0x10000>; | ||
87 | phy-mode = "mii"; | ||
88 | interrupt-parent = <&gpio0>; | ||
89 | interrupts = <1 IRQ_TYPE_EDGE_RISING>; | ||
90 | reg-io-width = <4>; | ||
91 | smsc,irq-active-high; | ||
92 | smsc,irq-push-pull; | ||
93 | vddvario-supply = <®_1p8v>; | ||
94 | vdd33a-supply = <®_3p3v>; | ||
95 | }; | ||
95 | }; | 96 | }; |