Deleted Added
full compact
imx53-qsb.dts (266362) imx53-qsb.dts (266365)
1/*
2 * Copyright (c) 2012 The FreeBSD Foundation
3 * Copyright (c) 2013 Rui Paulo
4 * All rights reserved.
5 *
6 * This software was developed by Semihalf under sponsorship from
7 * the FreeBSD Foundation.
8 *

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

25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Freescale i.MX53 Quick Start Board
31 * In u-boot, this board is known as "MX53LOCO" for some reason.
32 *
1/*
2 * Copyright (c) 2012 The FreeBSD Foundation
3 * Copyright (c) 2013 Rui Paulo
4 * All rights reserved.
5 *
6 * This software was developed by Semihalf under sponsorship from
7 * the FreeBSD Foundation.
8 *

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

25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Freescale i.MX53 Quick Start Board
31 * In u-boot, this board is known as "MX53LOCO" for some reason.
32 *
33 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/imx53-qsb.dts 266362 2014-05-17 21:46:25Z ian $
33 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/imx53-qsb.dts 266365 2014-05-17 22:00:10Z ian $
34 */
35
36/dts-v1/;
37/include/ "imx53x.dtsi"
38
39/ {
40 model = "Freescale i.MX53 Quick Start Board";
41 compatible = "fsl,imx53-qsb", "fsl,imx53";
42
43 memory {
44 /* RAM is 2 banks of 512M each. */
45 reg = <0x70000000 0x20000000
46 0xb0000000 0x20000000>;
47 };
48
49 localbus@18000000 {
34 */
35
36/dts-v1/;
37/include/ "imx53x.dtsi"
38
39/ {
40 model = "Freescale i.MX53 Quick Start Board";
41 compatible = "fsl,imx53-qsb", "fsl,imx53";
42
43 memory {
44 /* RAM is 2 banks of 512M each. */
45 reg = <0x70000000 0x20000000
46 0xb0000000 0x20000000>;
47 };
48
49 localbus@18000000 {
50 ipu3@18000000 {
50 ipu3@1E000000 {
51 status = "okay";
52 };
53 };
54
55 soc@50000000 {
56 aips@50000000 {
57 spba@50000000 {
58 esdhc@50004000 {

--- 76 unchanged lines hidden ---
51 status = "okay";
52 };
53 };
54
55 soc@50000000 {
56 aips@50000000 {
57 spba@50000000 {
58 esdhc@50004000 {

--- 76 unchanged lines hidden ---