media5200.dts (020abf03cd659388f94cb328e1e1df0656e0d7ff) media5200.dts (fa59f178552f927bd96771ba84e9706655bea705)
1/*
2 * Freescale Media5200 board Device Tree Source
3 *
4 * Copyright 2009 Secret Lab Technologies Ltd.
5 * Grant Likely <grant.likely@secretlab.ca>
6 * Steven Cavanagh <scavanagh@secretlab.ca>
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
12 */
13
14/include/ "mpc5200b.dtsi"
15
1/*
2 * Freescale Media5200 board Device Tree Source
3 *
4 * Copyright 2009 Secret Lab Technologies Ltd.
5 * Grant Likely <grant.likely@secretlab.ca>
6 * Steven Cavanagh <scavanagh@secretlab.ca>
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
12 */
13
14/include/ "mpc5200b.dtsi"
15
16&gpt0 { fsl,has-wdt; };
17
16/ {
17 model = "fsl,media5200";
18 compatible = "fsl,media5200";
19
20 aliases {
21 console = &console;
22 ethernet0 = &eth0;
23 };

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

36
37 memory {
38 reg = <0x00000000 0x08000000>; // 128MB RAM
39 };
40
41 soc5200@f0000000 {
42 bus-frequency = <132000000>;// 132 MHz
43
18/ {
19 model = "fsl,media5200";
20 compatible = "fsl,media5200";
21
22 aliases {
23 console = &console;
24 ethernet0 = &eth0;
25 };

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

38
39 memory {
40 reg = <0x00000000 0x08000000>; // 128MB RAM
41 };
42
43 soc5200@f0000000 {
44 bus-frequency = <132000000>;// 132 MHz
45
44 timer@600 { // General Purpose Timer
45 fsl,has-wdt;
46 };
47
48 psc@2000 { // PSC1
49 status = "disabled";
50 };
51
52 psc@2200 { // PSC2
53 status = "disabled";
54 };
55

--- 93 unchanged lines hidden ---
46 psc@2000 { // PSC1
47 status = "disabled";
48 };
49
50 psc@2200 { // PSC2
51 status = "disabled";
52 };
53

--- 93 unchanged lines hidden ---