repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/xen: resume timer irqs early
[linux/fpc-iii.git]
/
arch
/
xtensa
/
boot
/
dts
/
xtfpga-flash-4m.dtsi
blob
6f9c10d6b689a9696d17296025a21a1167322fbc
1
/ {
2
flash: flash@f8000000 {
3
#address-cells = <1>;
4
#size-cells = <1>;
5
compatible = "cfi-flash";
6
reg = <0xf8000000 0x00400000>;
7
bank-width = <2>;
8
device-width = <2>;
9
partition@0x0 {
10
label = "boot loader area";
11
reg = <0x00000000 0x003f0000>;
12
};
13
partition@0x3f0000 {
14
label = "boot environment";
15
reg = <0x003f0000 0x00010000>;
16
};
17
};
18
};