-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Horman
committed
Apr 9, 2013
1 parent
2d0d9f0
commit 28ddd8b
Showing
103 changed files
with
13,755 additions
and
6,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ab5fdfd5ea621b629da9bfda987af301da973525 | ||
refs/heads/master: ac119ccd80eb914185229c4c4086f3debdd4c764 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* | ||
* Device Tree Source for the APE6EVM board | ||
* | ||
* Copyright (C) 2013 Renesas Solutions Corp. | ||
* | ||
* This file is licensed under the terms of the GNU General Public License | ||
* version 2. This program is licensed "as is" without any warranty of any | ||
* kind, whether express or implied. | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "r8a73a4.dtsi" | ||
|
||
/ { | ||
model = "APE6EVM"; | ||
compatible = "renesas,ape6evm", "renesas,r8a73a4"; | ||
|
||
chosen { | ||
bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp"; | ||
}; | ||
|
||
memory@40000000 { | ||
device_type = "memory"; | ||
reg = <0 0x40000000 0 0x40000000>; | ||
}; | ||
|
||
ape6evm_fixed_3v3: fixedregulator@0 { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "3V3"; | ||
regulator-min-microvolt = <3300000>; | ||
regulator-max-microvolt = <3300000>; | ||
regulator-always-on; | ||
}; | ||
|
||
lbsc { | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
|
||
ethernet@8000000 { | ||
compatible = "smsc,lan9118", "smsc,lan9115"; | ||
reg = <0x08000000 0x1000>; | ||
interrupt-parent = <&irqc1>; | ||
interrupts = <8 0x4>; | ||
phy-mode = "mii"; | ||
reg-io-width = <4>; | ||
smsc,irq-active-high; | ||
smsc,irq-push-pull; | ||
vdd33a-supply = <&ape6evm_fixed_3v3>; | ||
vddvario-supply = <&ape6evm_fixed_3v3>; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/* | ||
* Reference Device Tree Source for the Bock-W board | ||
* | ||
* Copyright (C) 2013 Renesas Solutions Corp. | ||
* Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | ||
* | ||
* based on r8a7779 | ||
* | ||
* Copyright (C) 2013 Renesas Solutions Corp. | ||
* Copyright (C) 2013 Simon Horman | ||
* | ||
* This file is licensed under the terms of the GNU General Public License | ||
* version 2. This program is licensed "as is" without any warranty of any | ||
* kind, whether express or implied. | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "r8a7778.dtsi" | ||
|
||
/ { | ||
model = "bockw"; | ||
compatible = "renesas,bockw", "renesas,r8a7778"; | ||
|
||
chosen { | ||
bootargs = "console=ttySC0,115200 ignore_loglevel"; | ||
}; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x60000000 0x10000000>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/* | ||
* Reference Device Tree Source for the Marzen board | ||
* | ||
* Copyright (C) 2013 Renesas Solutions Corp. | ||
* Copyright (C) 2013 Simon Horman | ||
* | ||
* This file is licensed under the terms of the GNU General Public License | ||
* version 2. This program is licensed "as is" without any warranty of any | ||
* kind, whether express or implied. | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "r8a7779.dtsi" | ||
|
||
/ { | ||
model = "marzen"; | ||
compatible = "renesas,marzen-reference", "renesas,r8a7779"; | ||
|
||
chosen { | ||
bootargs = "console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on"; | ||
}; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x60000000 0x40000000>; | ||
}; | ||
|
||
fixedregulator3v3: fixedregulator@0 { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "fixed-3.3V"; | ||
regulator-min-microvolt = <3300000>; | ||
regulator-max-microvolt = <3300000>; | ||
regulator-boot-on; | ||
regulator-always-on; | ||
}; | ||
|
||
lan0@18000000 { | ||
compatible = "smsc,lan9220", "smsc,lan9115"; | ||
reg = <0x18000000 0x100>; | ||
phy-mode = "mii"; | ||
interrupt-parent = <&gic>; | ||
interrupts = <0 28 0x4>; | ||
reg-io-width = <4>; | ||
vddvario-supply = <&fixedregulator3v3>; | ||
vdd33a-supply = <&fixedregulator3v3>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
* Device Tree Source for the Lager board | ||
* | ||
* Copyright (C) 2013 Renesas Solutions Corp. | ||
* | ||
* This file is licensed under the terms of the GNU General Public License | ||
* version 2. This program is licensed "as is" without any warranty of any | ||
* kind, whether express or implied. | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "r8a7790.dtsi" | ||
|
||
/ { | ||
model = "Lager"; | ||
compatible = "renesas,lager", "renesas,r8a7790"; | ||
|
||
chosen { | ||
bootargs = "console=ttySC6,115200 ignore_loglevel"; | ||
}; | ||
|
||
memory@40000000 { | ||
device_type = "memory"; | ||
reg = <0 0x40000000 0 0x80000000>; | ||
}; | ||
|
||
lbsc { | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
}; | ||
}; |
Oops, something went wrong.