diff options
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 26a90106e96c..6e99eb2df076 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -1,7 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * Device Tree Source for the Lager board | 2 | * Device Tree Source for the Lager board |
3 | * | 3 | * |
4 | * Copyright (C) 2013 Renesas Solutions Corp. | 4 | * Copyright (C) 2013-2014 Renesas Solutions Corp. |
5 | * Copyright (C) 2014 Cogent Embedded, Inc. | ||
5 | * | 6 | * |
6 | * This file is licensed under the terms of the GNU General Public License | 7 | * This file is licensed under the terms of the GNU General Public License |
7 | * version 2. This program is licensed "as is" without any warranty of any | 8 | * version 2. This program is licensed "as is" without any warranty of any |
@@ -124,6 +125,16 @@ | |||
124 | renesas,function = "scif0"; | 125 | renesas,function = "scif0"; |
125 | }; | 126 | }; |
126 | 127 | ||
128 | ether_pins: ether { | ||
129 | renesas,groups = "eth_link", "eth_mdio", "eth_rmii"; | ||
130 | renesas,function = "eth"; | ||
131 | }; | ||
132 | |||
133 | phy1_pins: phy1 { | ||
134 | renesas,groups = "intc_irq0"; | ||
135 | renesas,function = "intc"; | ||
136 | }; | ||
137 | |||
127 | scif1_pins: serial1 { | 138 | scif1_pins: serial1 { |
128 | renesas,groups = "scif1_data"; | 139 | renesas,groups = "scif1_data"; |
129 | renesas,function = "scif1"; | 140 | renesas,function = "scif1"; |
@@ -150,6 +161,21 @@ | |||
150 | }; | 161 | }; |
151 | }; | 162 | }; |
152 | 163 | ||
164 | ðer { | ||
165 | pinctrl-0 = <ðer_pins &phy1_pins>; | ||
166 | pinctrl-names = "default"; | ||
167 | |||
168 | phy-handle = <&phy1>; | ||
169 | renesas,ether-link-active-low; | ||
170 | status = "ok"; | ||
171 | |||
172 | phy1: ethernet-phy@1 { | ||
173 | reg = <1>; | ||
174 | interrupt-parent = <&irqc0>; | ||
175 | interrupts = <0 IRQ_TYPE_LEVEL_LOW>; | ||
176 | }; | ||
177 | }; | ||
178 | |||
153 | &mmcif1 { | 179 | &mmcif1 { |
154 | pinctrl-0 = <&mmc1_pins>; | 180 | pinctrl-0 = <&mmc1_pins>; |
155 | pinctrl-names = "default"; | 181 | pinctrl-names = "default"; |