-
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: 326718 b: refs/heads/master c: 056876f h: refs/heads/master v: v3
- Loading branch information
Barry Song
authored and
Barry Song
committed
Sep 5, 2012
1 parent
113d696
commit 30bc7ce
Showing
5 changed files
with
316 additions
and
4 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: 434e1c574cc304eaff630f4e92ed239f7886815f | ||
refs/heads/master: 056876f6c73406c06d530d16d020177f5ec4a0bd |
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,37 @@ | ||
/* | ||
* DTS file for CSR SiRFprimaII Evaluation Board | ||
* | ||
* Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company. | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
/include/ "prima2.dtsi" | ||
|
||
/ { | ||
model = "CSR SiRFprimaII Evaluation Board"; | ||
compatible = "sirf,prima2", "sirf,prima2-cb"; | ||
|
||
memory { | ||
reg = <0x00000000 0x20000000>; | ||
}; | ||
|
||
axi { | ||
peri-iobg { | ||
uart@b0060000 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&uart1_pins_a>; | ||
}; | ||
spi@b00d0000 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&spi0_pins_a>; | ||
}; | ||
spi@b0170000 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&spi1_pins_a>; | ||
}; | ||
}; | ||
}; | ||
}; |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
zreladdr-y += 0x00008000 | ||
params_phys-y := 0x00000100 | ||
initrd_phys-y := 0x00800000 | ||
|
||
dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb |
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