2007-09-07 14:50:50 +02:00
|
|
|
/*
|
|
|
|
* Device Tree Source for IBM Walnut
|
|
|
|
*
|
|
|
|
* Copyright 2007 IBM Corp.
|
|
|
|
* Josh Boyer <jwboyer@linux.vnet.ibm.com>
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public
|
|
|
|
* License version 2. This program is licensed "as is" without
|
|
|
|
* any warranty of any kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
model = "ibm,walnut";
|
|
|
|
compatible = "ibm,walnut";
|
2007-12-06 20:20:05 +01:00
|
|
|
dcr-parent = <&/cpus/cpu@0>;
|
2007-09-07 14:50:50 +02:00
|
|
|
|
2007-12-15 08:55:16 +01:00
|
|
|
aliases {
|
|
|
|
ethernet0 = &EMAC;
|
|
|
|
serial0 = &UART0;
|
|
|
|
serial1 = &UART1;
|
|
|
|
};
|
|
|
|
|
2007-09-07 14:50:50 +02:00
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2007-12-06 20:20:05 +01:00
|
|
|
cpu@0 {
|
2007-09-07 14:50:50 +02:00
|
|
|
device_type = "cpu";
|
2007-12-06 20:20:05 +01:00
|
|
|
model = "PowerPC,405GP";
|
2007-09-07 14:50:50 +02:00
|
|
|
reg = <0>;
|
|
|
|
clock-frequency = <bebc200>; /* Filled in by zImage */
|
|
|
|
timebase-frequency = <0>; /* Filled in by zImage */
|
|
|
|
i-cache-line-size = <20>;
|
|
|
|
d-cache-line-size = <20>;
|
|
|
|
i-cache-size = <4000>;
|
|
|
|
d-cache-size = <4000>;
|
|
|
|
dcr-controller;
|
|
|
|
dcr-access-method = "native";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0 0>; /* Filled in by zImage */
|
|
|
|
};
|
|
|
|
|
|
|
|
UIC0: interrupt-controller {
|
|
|
|
compatible = "ibm,uic";
|
|
|
|
interrupt-controller;
|
|
|
|
cell-index = <0>;
|
|
|
|
dcr-reg = <0c0 9>;
|
|
|
|
#address-cells = <0>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
plb {
|
|
|
|
compatible = "ibm,plb3";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges;
|
|
|
|
clock-frequency = <0>; /* Filled in by zImage */
|
|
|
|
|
|
|
|
SDRAM0: memory-controller {
|
|
|
|
compatible = "ibm,sdram-405gp";
|
|
|
|
dcr-reg = <010 2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
MAL: mcmal {
|
|
|
|
compatible = "ibm,mcmal-405gp", "ibm,mcmal";
|
|
|
|
dcr-reg = <180 62>;
|
2007-10-19 16:53:11 +02:00
|
|
|
num-tx-chans = <1>;
|
2007-09-07 14:50:50 +02:00
|
|
|
num-rx-chans = <1>;
|
|
|
|
interrupt-parent = <&UIC0>;
|
2007-10-19 16:53:11 +02:00
|
|
|
interrupts = <
|
|
|
|
b 4 /* TXEOB */
|
|
|
|
c 4 /* RXEOB */
|
|
|
|
a 4 /* SERR */
|
|
|
|
d 4 /* TXDE */
|
|
|
|
e 4 /* RXDE */>;
|
2007-09-07 14:50:50 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
POB0: opb {
|
|
|
|
compatible = "ibm,opb-405gp", "ibm,opb";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges = <ef600000 ef600000 a00000>;
|
|
|
|
dcr-reg = <0a0 5>;
|
|
|
|
clock-frequency = <0>; /* Filled in by zImage */
|
|
|
|
|
|
|
|
UART0: serial@ef600300 {
|
|
|
|
device_type = "serial";
|
|
|
|
compatible = "ns16550";
|
|
|
|
reg = <ef600300 8>;
|
|
|
|
virtual-reg = <ef600300>;
|
|
|
|
clock-frequency = <0>; /* Filled in by zImage */
|
|
|
|
current-speed = <2580>;
|
|
|
|
interrupt-parent = <&UIC0>;
|
|
|
|
interrupts = <0 4>;
|
|
|
|
};
|
|
|
|
|
|
|
|
UART1: serial@ef600400 {
|
|
|
|
device_type = "serial";
|
|
|
|
compatible = "ns16550";
|
|
|
|
reg = <ef600400 8>;
|
|
|
|
virtual-reg = <ef600400>;
|
|
|
|
clock-frequency = <0>; /* Filled in by zImage */
|
|
|
|
current-speed = <2580>;
|
|
|
|
interrupt-parent = <&UIC0>;
|
|
|
|
interrupts = <1 4>;
|
|
|
|
};
|
|
|
|
|
|
|
|
IIC: i2c@ef600500 {
|
|
|
|
compatible = "ibm,iic-405gp", "ibm,iic";
|
|
|
|
reg = <ef600500 11>;
|
|
|
|
interrupt-parent = <&UIC0>;
|
|
|
|
interrupts = <2 4>;
|
|
|
|
};
|
|
|
|
|
|
|
|
GPIO: gpio@ef600700 {
|
|
|
|
compatible = "ibm,gpio-405gp";
|
|
|
|
reg = <ef600700 20>;
|
|
|
|
};
|
|
|
|
|
|
|
|
EMAC: ethernet@ef600800 {
|
|
|
|
device_type = "network";
|
|
|
|
compatible = "ibm,emac-405gp", "ibm,emac";
|
|
|
|
interrupt-parent = <&UIC0>;
|
2007-10-31 18:52:53 +01:00
|
|
|
interrupts = <
|
|
|
|
f 4 /* Ethernet */
|
|
|
|
9 4 /* Ethernet Wake Up */>;
|
2007-10-19 16:53:11 +02:00
|
|
|
local-mac-address = [000000000000]; /* Filled in by zImage */
|
2007-09-07 14:50:50 +02:00
|
|
|
reg = <ef600800 70>;
|
|
|
|
mal-device = <&MAL>;
|
2007-10-19 16:53:11 +02:00
|
|
|
mal-tx-channel = <0>;
|
2007-09-07 14:50:50 +02:00
|
|
|
mal-rx-channel = <0>;
|
|
|
|
cell-index = <0>;
|
|
|
|
max-frame-size = <5dc>;
|
|
|
|
rx-fifo-size = <1000>;
|
|
|
|
tx-fifo-size = <800>;
|
|
|
|
phy-mode = "rmii";
|
|
|
|
phy-map = <00000001>;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
EBC0: ebc {
|
|
|
|
compatible = "ibm,ebc-405gp", "ibm,ebc";
|
|
|
|
dcr-reg = <012 2>;
|
|
|
|
#address-cells = <2>;
|
|
|
|
#size-cells = <1>;
|
2007-09-14 20:54:13 +02:00
|
|
|
/* The ranges property is supplied by the bootwrapper
|
|
|
|
* and is based on the firmware's configuration of the
|
|
|
|
* EBC bridge
|
|
|
|
*/
|
2007-09-07 14:50:50 +02:00
|
|
|
clock-frequency = <0>; /* Filled in by zImage */
|
|
|
|
|
|
|
|
sram@0,0 {
|
|
|
|
reg = <0 0 80000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
flash@0,80000 {
|
2007-09-14 20:54:13 +02:00
|
|
|
compatible = "jedec-flash";
|
2007-09-07 14:50:50 +02:00
|
|
|
bank-width = <1>;
|
|
|
|
reg = <0 80000 80000>;
|
2007-09-14 20:54:13 +02:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
partition@0 {
|
|
|
|
label = "OpenBIOS";
|
|
|
|
reg = <0 80000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2007-09-07 14:50:50 +02:00
|
|
|
};
|
|
|
|
|
2008-01-11 04:25:34 +01:00
|
|
|
nvram@1,0 {
|
2007-09-07 14:50:50 +02:00
|
|
|
/* NVRAM and RTC */
|
2008-01-11 04:25:34 +01:00
|
|
|
compatible = "ds1743-nvram";
|
|
|
|
#bytes = <2000>;
|
2007-09-07 14:50:50 +02:00
|
|
|
reg = <1 0 2000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
keyboard@2,0 {
|
|
|
|
compatible = "intel,82C42PC";
|
|
|
|
reg = <2 0 2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ir@3,0 {
|
|
|
|
compatible = "ti,TIR2000PAG";
|
|
|
|
reg = <3 0 10>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fpga@7,0 {
|
|
|
|
compatible = "Walnut-FPGA";
|
|
|
|
reg = <7 0 10>;
|
|
|
|
virtual-reg = <f0300005>;
|
|
|
|
};
|
|
|
|
};
|
2007-12-21 05:39:28 +01:00
|
|
|
|
|
|
|
PCI0: pci@ec000000 {
|
|
|
|
device_type = "pci";
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
#size-cells = <2>;
|
|
|
|
#address-cells = <3>;
|
|
|
|
compatible = "ibm,plb405gp-pci", "ibm,plb-pci";
|
|
|
|
primary;
|
|
|
|
reg = <eec00000 8 /* Config space access */
|
|
|
|
eed80000 4 /* IACK */
|
|
|
|
eed80000 4 /* Special cycle */
|
|
|
|
ef480000 40>; /* Internal registers */
|
|
|
|
|
|
|
|
/* Outbound ranges, one memory and one IO,
|
|
|
|
* later cannot be changed. Chip supports a second
|
|
|
|
* IO range but we don't use it for now
|
|
|
|
*/
|
|
|
|
ranges = <02000000 0 80000000 80000000 0 20000000
|
|
|
|
01000000 0 00000000 e8000000 0 00010000>;
|
|
|
|
|
|
|
|
/* Inbound 2GB range starting at 0 */
|
|
|
|
dma-ranges = <42000000 0 0 0 0 80000000>;
|
|
|
|
|
|
|
|
/* Walnut has all 4 IRQ pins tied together per slot */
|
|
|
|
interrupt-map-mask = <f800 0 0 0>;
|
|
|
|
interrupt-map = <
|
|
|
|
/* IDSEL 1 */
|
|
|
|
0800 0 0 0 &UIC0 1c 8
|
|
|
|
|
|
|
|
/* IDSEL 2 */
|
|
|
|
1000 0 0 0 &UIC0 1d 8
|
|
|
|
|
|
|
|
/* IDSEL 3 */
|
|
|
|
1800 0 0 0 &UIC0 1e 8
|
|
|
|
|
|
|
|
/* IDSEL 4 */
|
|
|
|
2000 0 0 0 &UIC0 1f 8
|
|
|
|
>;
|
|
|
|
};
|
2007-09-07 14:50:50 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
linux,stdout-path = "/plb/opb/serial@ef600300";
|
|
|
|
};
|
|
|
|
};
|