-
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.
yaml --- r: 272958 b: refs/heads/master c: a14bf14 h: refs/heads/master v: v3
- Loading branch information
Jamie Iles
committed
Sep 26, 2011
1 parent
4c2e476
commit 4e54086
Showing
3 changed files
with
179 additions
and
1 deletion.
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: fee7565679e39039bdd8083e9f1a54151ffac6d9 | ||
refs/heads/master: a14bf143b317f9c0944bc7aedfd85c07b3b04150 |
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,86 @@ | ||
/* | ||
* Copyright (C) 2011 Picochip, Jamie Iles | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "picoxcell-pc3x2.dtsi" | ||
/ { | ||
model = "Picochip PC7302 (PC3X2)"; | ||
compatible = "picochip,pc7302-pc3x2", "picochip,pc3x2"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x0 0x08000000>; | ||
}; | ||
|
||
chosen { | ||
linux,stdout-path = &uart0; | ||
}; | ||
|
||
clocks { | ||
ref_clk: clock@1 { | ||
compatible = "fixed-clock"; | ||
clock-outputs = "ref"; | ||
clock-frequency = <20000000>; | ||
}; | ||
}; | ||
|
||
rwid-axi { | ||
ebi@50000000 { | ||
nand: gpio-nand@2,0 { | ||
compatible = "gpio-control-nand"; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
reg = <2 0x0000 0x1000>; | ||
bus-clock = <&pclk>, "bus"; | ||
gpio-control-nand,io-sync-reg = | ||
<0x00000000 0x80220000>; | ||
|
||
gpios = <&banka 1 0 /* rdy */ | ||
&banka 2 0 /* nce */ | ||
&banka 3 0 /* ale */ | ||
&banka 4 0 /* cle */ | ||
0 /* nwp */>; | ||
|
||
boot@100000 { | ||
label = "Boot"; | ||
reg = <0x100000 0x80000>; | ||
}; | ||
|
||
redundant-boot@200000 { | ||
label = "Redundant Boot"; | ||
reg = <0x200000 0x80000>; | ||
}; | ||
|
||
boot-env@300000 { | ||
label = "Boot Evironment"; | ||
reg = <0x300000 0x20000>; | ||
}; | ||
|
||
redundant-boot-env@320000 { | ||
label = "Redundant Boot Environment"; | ||
reg = <0x300000 0x20000>; | ||
}; | ||
|
||
kernel@380000 { | ||
label = "Kernel"; | ||
reg = <0x380000 0x800000>; | ||
}; | ||
|
||
fs@b80000 { | ||
label = "File System"; | ||
reg = <0xb80000 0xf480000>; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; |
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,92 @@ | ||
/* | ||
* Copyright (C) 2011 Picochip, Jamie Iles | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "picoxcell-pc3x3.dtsi" | ||
/ { | ||
model = "Picochip PC7302 (PC3X3)"; | ||
compatible = "picochip,pc7302-pc3x3", "picochip,pc3x3"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x0 0x08000000>; | ||
}; | ||
|
||
chosen { | ||
linux,stdout-path = &uart0; | ||
}; | ||
|
||
clocks { | ||
ref_clk: clock@10 { | ||
compatible = "fixed-clock"; | ||
clock-outputs = "ref"; | ||
clock-frequency = <20000000>; | ||
}; | ||
|
||
clkgate: clkgate@800a0048 { | ||
clock@4 { | ||
picochip,clk-no-disable; | ||
}; | ||
}; | ||
}; | ||
|
||
rwid-axi { | ||
ebi@50000000 { | ||
nand: gpio-nand@2,0 { | ||
compatible = "gpio-control-nand"; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
reg = <2 0x0000 0x1000>; | ||
bus-clock = <&ebi_clk>, "bus"; | ||
gpio-control-nand,io-sync-reg = | ||
<0x00000000 0x80220000>; | ||
|
||
gpios = <&banka 1 0 /* rdy */ | ||
&banka 2 0 /* nce */ | ||
&banka 3 0 /* ale */ | ||
&banka 4 0 /* cle */ | ||
0 /* nwp */>; | ||
|
||
boot@100000 { | ||
label = "Boot"; | ||
reg = <0x100000 0x80000>; | ||
}; | ||
|
||
redundant-boot@200000 { | ||
label = "Redundant Boot"; | ||
reg = <0x200000 0x80000>; | ||
}; | ||
|
||
boot-env@300000 { | ||
label = "Boot Evironment"; | ||
reg = <0x300000 0x20000>; | ||
}; | ||
|
||
redundant-boot-env@320000 { | ||
label = "Redundant Boot Environment"; | ||
reg = <0x300000 0x20000>; | ||
}; | ||
|
||
kernel@380000 { | ||
label = "Kernel"; | ||
reg = <0x380000 0x800000>; | ||
}; | ||
|
||
fs@b80000 { | ||
label = "File System"; | ||
reg = <0xb80000 0xf480000>; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; |