| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MPC885 ADS Device Tree Source |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2006 MontaVista Software, Inc. |
|---|
| 5 | 6 | * Copyright 2007,2008 Freescale Semiconductor, Inc. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 72 | 68 | #address-cells = <1>; |
|---|
| 73 | 69 | #size-cells = <1>; |
|---|
| 74 | 70 | device_type = "soc"; |
|---|
| 75 | | - ranges = <0x0 0xff000000 0x4000>; |
|---|
| 71 | + ranges = <0x0 0xff000000 0x28000>; |
|---|
| 76 | 72 | bus-frequency = <0>; |
|---|
| 77 | 73 | |
|---|
| 78 | 74 | // Temporary -- will go away once kernel uses ranges for get_immrbase(). |
|---|
| .. | .. |
|---|
| 224 | 220 | #size-cells = <0>; |
|---|
| 225 | 221 | }; |
|---|
| 226 | 222 | }; |
|---|
| 223 | + |
|---|
| 224 | + crypto@20000 { |
|---|
| 225 | + compatible = "fsl,sec1.2", "fsl,sec1.0"; |
|---|
| 226 | + reg = <0x20000 0x8000>; |
|---|
| 227 | + interrupts = <1 1>; |
|---|
| 228 | + interrupt-parent = <&PIC>; |
|---|
| 229 | + fsl,num-channels = <1>; |
|---|
| 230 | + fsl,channel-fifo-len = <24>; |
|---|
| 231 | + fsl,exec-units-mask = <0x4c>; |
|---|
| 232 | + fsl,descriptor-types-mask = <0x05000154>; |
|---|
| 233 | + }; |
|---|
| 227 | 234 | }; |
|---|
| 228 | 235 | |
|---|
| 229 | 236 | chosen { |
|---|