aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2014-03-05 22:52:27 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-04-30 18:26:26 -0400
commit2a2c74b2efcb1a0ca3fdcb5fbb96ad8de6a29177 (patch)
tree46f41ff197ece8795b6c11ca5eeb2782163b4427 /Documentation
parent6b11930f726c1d8a7c054f7a293621bce4c684c5 (diff)
IBM Akebono: Add the Akebono platform
This patch adds support for the IBM Akebono board. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/powerpc/4xx/akebono.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/powerpc/4xx/akebono.txt b/Documentation/devicetree/bindings/powerpc/4xx/akebono.txt
new file mode 100644
index 000000000000..db939210e29d
--- /dev/null
+++ b/Documentation/devicetree/bindings/powerpc/4xx/akebono.txt
@@ -0,0 +1,54 @@
1
2IBM Akebono board device tree
3=============================
4
5The IBM Akebono board is a development board for the PPC476GTR SoC.
6
70) The root node
8
9 Required properties:
10
11 - model : "ibm,akebono".
12 - compatible : "ibm,akebono" , "ibm,476gtr".
13
141.a) The Secure Digital Host Controller Interface (SDHCI) node
15
16 Represent the Secure Digital Host Controller Interfaces.
17
18 Required properties:
19
20 - compatible : should be "ibm,476gtr-sdhci","generic-sdhci".
21 - reg : should contain the SDHCI registers location and length.
22 - interrupt-parent : a phandle for the interrupt controller.
23 - interrupts : should contain the SDHCI interrupt.
24
251.b) The Advanced Host Controller Interface (AHCI) SATA node
26
27 Represents the advanced host controller SATA interface.
28
29 Required properties:
30
31 - compatible : should be "ibm,476gtr-ahci".
32 - reg : should contain the AHCI registers location and length.
33 - interrupt-parent : a phandle for the interrupt controller.
34 - interrupts : should contain the AHCI interrupt.
35
361.c) The FPGA node
37
38 The Akebono board stores some board information such as the revision
39 number in an FPGA which is represented by this node.
40
41 Required properties:
42
43 - compatible : should be "ibm,akebono-fpga".
44 - reg : should contain the FPGA registers location and length.
45
461.d) The AVR node
47
48 The Akebono board has an Atmel AVR microprocessor attached to the I2C
49 bus as a power controller for the board.
50
51 Required properties:
52
53 - compatible : should be "ibm,akebono-avr".
54 - reg : should contain the I2C bus address for the AVR.