glacier.dts (2d8ad8719591fa803b0d589ed057fa46f49b7155) glacier.dts (573084995966f667d89087b0e6d6f610ed3aae87)
1/*
2 * Device Tree Source for AMCC Glacier (460GT)
3 *
4 * Copyright 2008-2010 DENX Software Engineering, Stefan Roese <sr@denx.de>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without
8 * any warranty of any kind, whether express or implied.

--- 116 unchanged lines hidden (view full) ---

125 clock-frequency = <0>; /* Filled in by U-Boot */
126
127 SDRAM0: sdram {
128 compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
129 dcr-reg = <0x010 0x002>;
130 };
131
132 CRYPTO: crypto@180000 {
1/*
2 * Device Tree Source for AMCC Glacier (460GT)
3 *
4 * Copyright 2008-2010 DENX Software Engineering, Stefan Roese <sr@denx.de>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without
8 * any warranty of any kind, whether express or implied.

--- 116 unchanged lines hidden (view full) ---

125 clock-frequency = <0>; /* Filled in by U-Boot */
126
127 SDRAM0: sdram {
128 compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
129 dcr-reg = <0x010 0x002>;
130 };
131
132 CRYPTO: crypto@180000 {
133 compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto";
133 compatible = "amcc,ppc460gt-crypto", "amcc,ppc460ex-crypto",
134 "amcc,ppc4xx-crypto";
134 reg = <4 0x00180000 0x80400>;
135 interrupt-parent = <&UIC0>;
136 interrupts = <0x1d 0x4>;
137 };
138
135 reg = <4 0x00180000 0x80400>;
136 interrupt-parent = <&UIC0>;
137 interrupts = <0x1d 0x4>;
138 };
139
140 HWRNG: hwrng@110000 {
141 compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
142 reg = <4 0x00110000 0x50>;
143 };
144
139 MAL0: mcmal {
140 compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
141 dcr-reg = <0x180 0x062>;
142 num-tx-chans = <4>;
143 num-rx-chans = <32>;
144 #address-cells = <0>;
145 #size-cells = <0>;
146 interrupt-parent = <&UIC2>;

--- 424 unchanged lines hidden ---
145 MAL0: mcmal {
146 compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
147 dcr-reg = <0x180 0x062>;
148 num-tx-chans = <4>;
149 num-rx-chans = <32>;
150 #address-cells = <0>;
151 #size-cells = <0>;
152 interrupt-parent = <&UIC2>;

--- 424 unchanged lines hidden ---