-
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: 340035 b: refs/heads/master c: 5ffd785 h: refs/heads/master i: 340033: 8e30ce2 340031: 7538064 v: v3
- Loading branch information
Olof Johansson
committed
Nov 21, 2012
1 parent
6485f78
commit 43dfe5e
Showing
325 changed files
with
2,833 additions
and
8,870 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: 1b106699647b56313bac707e12e7ad67180cb147 | ||
refs/heads/master: 5ffd785402c295328d3866d9f8630152f51d332a |
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,9 @@ | ||
Broadcom BCM11351 device tree bindings | ||
------------------------------------------- | ||
|
||
Boards with the bcm281xx SoC family (which includes bcm11130, bcm11140, | ||
bcm11351, bcm28145, bcm28155 SoCs) shall have the following properties: | ||
|
||
Required root node property: | ||
|
||
compatible = "bcm,bcm11351"; |
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,8 +1,15 @@ | ||
Calxeda Highbank Platforms Device Tree Bindings | ||
Calxeda Platforms Device Tree Bindings | ||
----------------------------------------------- | ||
|
||
Boards with Calxeda Cortex-A9 based Highbank SOC shall have the following | ||
properties. | ||
Boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC shall have the | ||
following properties. | ||
|
||
Required root node properties: | ||
- compatible = "calxeda,highbank"; | ||
|
||
|
||
Boards with Calxeda Cortex-A15 based ECX-2000 SOC shall have the following | ||
properties. | ||
|
||
Required root node properties: | ||
- compatible = "calxeda,ecx-2000"; |
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
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,30 @@ | ||
/* | ||
* Copyright (C) 2012 Broadcom Corporation | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License as | ||
* published by the Free Software Foundation version 2. | ||
* | ||
* This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
* kind, whether express or implied; 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/ "bcm11351.dtsi" | ||
|
||
/ { | ||
model = "BCM11351 BRT board"; | ||
compatible = "bcm,bcm11351-brt", "bcm,bcm11351"; | ||
|
||
memory { | ||
reg = <0x80000000 0x40000000>; /* 1 GB */ | ||
}; | ||
|
||
uart@3e000000 { | ||
status = "okay"; | ||
}; | ||
|
||
}; |
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,50 @@ | ||
/* | ||
* Copyright (C) 2012 Broadcom Corporation | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License as | ||
* published by the Free Software Foundation version 2. | ||
* | ||
* This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
* kind, whether express or implied; without even the implied warranty | ||
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
*/ | ||
|
||
/include/ "skeleton.dtsi" | ||
|
||
/ { | ||
model = "BCM11351 SoC"; | ||
compatible = "bcm,bcm11351"; | ||
interrupt-parent = <&gic>; | ||
|
||
chosen { | ||
bootargs = "console=ttyS0,115200n8"; | ||
}; | ||
|
||
gic: interrupt-controller@3ff00100 { | ||
compatible = "arm,cortex-a9-gic"; | ||
#interrupt-cells = <3>; | ||
#address-cells = <0>; | ||
interrupt-controller; | ||
reg = <0x3ff01000 0x1000>, | ||
<0x3ff00100 0x100>; | ||
}; | ||
|
||
uart@3e000000 { | ||
compatible = "bcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; | ||
status = "disabled"; | ||
reg = <0x3e000000 0x1000>; | ||
clock-frequency = <13000000>; | ||
interrupts = <0x0 67 0x4>; | ||
reg-shift = <2>; | ||
reg-io-width = <4>; | ||
}; | ||
|
||
L2: l2-cache { | ||
compatible = "arm,pl310-cache"; | ||
reg = <0x3ff20000 0x1000>; | ||
cache-unified; | ||
cache-level = <2>; | ||
}; | ||
}; |
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,104 @@ | ||
/* | ||
* Copyright 2011-2012 Calxeda, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms and conditions of the GNU General Public License, | ||
* version 2, as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope 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. | ||
* | ||
* You should have received a copy of the GNU General Public License along with | ||
* this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
/* First 4KB has pen for secondary cores. */ | ||
/memreserve/ 0x00000000 0x0001000; | ||
|
||
/ { | ||
model = "Calxeda ECX-2000"; | ||
compatible = "calxeda,ecx-2000"; | ||
#address-cells = <2>; | ||
#size-cells = <2>; | ||
clock-ranges; | ||
|
||
cpus { | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
|
||
cpu@0 { | ||
compatible = "arm,cortex-a15"; | ||
reg = <0>; | ||
clocks = <&a9pll>; | ||
clock-names = "cpu"; | ||
}; | ||
|
||
cpu@1 { | ||
compatible = "arm,cortex-a15"; | ||
reg = <1>; | ||
clocks = <&a9pll>; | ||
clock-names = "cpu"; | ||
}; | ||
|
||
cpu@2 { | ||
compatible = "arm,cortex-a15"; | ||
reg = <2>; | ||
clocks = <&a9pll>; | ||
clock-names = "cpu"; | ||
}; | ||
|
||
cpu@3 { | ||
compatible = "arm,cortex-a15"; | ||
reg = <3>; | ||
clocks = <&a9pll>; | ||
clock-names = "cpu"; | ||
}; | ||
}; | ||
|
||
memory@0 { | ||
name = "memory"; | ||
device_type = "memory"; | ||
reg = <0x00000000 0x00000000 0x00000000 0xff800000>; | ||
}; | ||
|
||
memory@200000000 { | ||
name = "memory"; | ||
device_type = "memory"; | ||
reg = <0x00000002 0x00000000 0x00000003 0x00000000>; | ||
}; | ||
|
||
soc { | ||
ranges = <0x00000000 0x00000000 0x00000000 0xffffffff>; | ||
|
||
timer { | ||
compatible = "arm,cortex-a15-timer", "arm,armv7-timer"; interrupts = <1 13 0xf08>, | ||
<1 14 0xf08>, | ||
<1 11 0xf08>, | ||
<1 10 0xf08>; | ||
}; | ||
|
||
intc: interrupt-controller@fff11000 { | ||
compatible = "arm,cortex-a15-gic"; | ||
#interrupt-cells = <3>; | ||
#size-cells = <0>; | ||
#address-cells = <1>; | ||
interrupt-controller; | ||
interrupts = <1 9 0xf04>; | ||
reg = <0xfff11000 0x1000>, | ||
<0xfff12000 0x1000>, | ||
<0xfff14000 0x2000>, | ||
<0xfff16000 0x2000>; | ||
}; | ||
|
||
pmu { | ||
compatible = "arm,cortex-a9-pmu"; | ||
interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>; | ||
}; | ||
}; | ||
}; | ||
|
||
/include/ "ecx-common.dtsi" |
Oops, something went wrong.