a3m071.dts (de65d816aa44f9ddd79861ae21d75010cc1fd003) a3m071.dts (fa59f178552f927bd96771ba84e9706655bea705)
1/*
2 * a3m071 board Device Tree Source
3 *
4 * Copyright 2012 Stefan Roese <sr@denx.de>
5 *
6 * Copyright (C) 2011 DENX Software Engineering GmbH
7 * Heiko Schocher <hs@denx.de>
8 *
9 * Copyright (C) 2007 Semihalf
10 * Marian Balakowicz <m8@semihalf.com>
11 *
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the
14 * Free Software Foundation; either version 2 of the License, or (at your
15 * option) any later version.
16 */
17
18/include/ "mpc5200b.dtsi"
19
1/*
2 * a3m071 board Device Tree Source
3 *
4 * Copyright 2012 Stefan Roese <sr@denx.de>
5 *
6 * Copyright (C) 2011 DENX Software Engineering GmbH
7 * Heiko Schocher <hs@denx.de>
8 *
9 * Copyright (C) 2007 Semihalf
10 * Marian Balakowicz <m8@semihalf.com>
11 *
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the
14 * Free Software Foundation; either version 2 of the License, or (at your
15 * option) any later version.
16 */
17
18/include/ "mpc5200b.dtsi"
19
20&gpt0 { fsl,has-wdt; };
21
20/ {
21 model = "anonymous,a3m071";
22 compatible = "anonymous,a3m071";
23
24 soc5200@f0000000 {
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "fsl,mpc5200b-immr";
28 ranges = <0 0xf0000000 0x0000c000>;
29 reg = <0xf0000000 0x00000100>;
30 bus-frequency = <0>; /* From boot loader */
31 system-frequency = <0>; /* From boot loader */
32
22/ {
23 model = "anonymous,a3m071";
24 compatible = "anonymous,a3m071";
25
26 soc5200@f0000000 {
27 #address-cells = <1>;
28 #size-cells = <1>;
29 compatible = "fsl,mpc5200b-immr";
30 ranges = <0 0xf0000000 0x0000c000>;
31 reg = <0xf0000000 0x00000100>;
32 bus-frequency = <0>; /* From boot loader */
33 system-frequency = <0>; /* From boot loader */
34
33 timer@600 {
34 fsl,has-wdt;
35 };
36
37 spi@f00 {
38 status = "disabled";
39 };
40
41 usb: usb@1000 {
42 status = "disabled";
43 };
44

--- 100 unchanged lines hidden ---
35 spi@f00 {
36 status = "disabled";
37 };
38
39 usb: usb@1000 {
40 status = "disabled";
41 };
42

--- 100 unchanged lines hidden ---