bsc9132qds.dts (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | bsc9132qds.dts (acb354fe97e5aa6d9534b601ce18ef7866f25c4d) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * BSC9132 QDS Device Tree Source 4 * 5 * Copyright 2014 Freescale Semiconductor Inc. 6 */ 7 8/include/ "bsc9132si-pre.dtsi" 9 10/ { 11 model = "fsl,bsc9132qds"; 12 compatible = "fsl,bsc9132qds"; 13 14 memory { 15 device_type = "memory"; 16 }; 17 | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * BSC9132 QDS Device Tree Source 4 * 5 * Copyright 2014 Freescale Semiconductor Inc. 6 */ 7 8/include/ "bsc9132si-pre.dtsi" 9 10/ { 11 model = "fsl,bsc9132qds"; 12 compatible = "fsl,bsc9132qds"; 13 14 memory { 15 device_type = "memory"; 16 }; 17 |
18 ifc: ifc@ff71e000 { | 18 ifc: memory-controller@ff71e000 { |
19 /* NOR, NAND Flash on board */ 20 ranges = <0x0 0x0 0x0 0x88000000 0x08000000 21 0x1 0x0 0x0 0xff800000 0x00010000>; 22 reg = <0x0 0xff71e000 0x0 0x2000>; 23 }; 24 25 soc: soc@ff700000 { 26 ranges = <0x0 0x0 0xff700000 0x100000>; --- 20 unchanged lines hidden --- | 19 /* NOR, NAND Flash on board */ 20 ranges = <0x0 0x0 0x0 0x88000000 0x08000000 21 0x1 0x0 0x0 0xff800000 0x00010000>; 22 reg = <0x0 0xff71e000 0x0 0x2000>; 23 }; 24 25 soc: soc@ff700000 { 26 ranges = <0x0 0x0 0xff700000 0x100000>; --- 20 unchanged lines hidden --- |