a4m072.dts (9a64e8e0ace51b309fdcff4b4754b3649250382a) | a4m072.dts (fa59f178552f927bd96771ba84e9706655bea705) |
---|---|
1/* 2 * a4m072 board Device Tree Source 3 * 4 * Copyright (C) 2011 DENX Software Engineering GmbH 5 * Heiko Schocher <hs@denx.de> 6 * 7 * Copyright (C) 2007 Semihalf 8 * Marian Balakowicz <m8@semihalf.com> 9 * 10 * This program is free software; you can redistribute it and/or modify it 11 * under the terms of the GNU General Public License as published by the 12 * Free Software Foundation; either version 2 of the License, or (at your 13 * option) any later version. 14 */ 15 16/include/ "mpc5200b.dtsi" 17 | 1/* 2 * a4m072 board Device Tree Source 3 * 4 * Copyright (C) 2011 DENX Software Engineering GmbH 5 * Heiko Schocher <hs@denx.de> 6 * 7 * Copyright (C) 2007 Semihalf 8 * Marian Balakowicz <m8@semihalf.com> 9 * 10 * This program is free software; you can redistribute it and/or modify it 11 * under the terms of the GNU General Public License as published by the 12 * Free Software Foundation; either version 2 of the License, or (at your 13 * option) any later version. 14 */ 15 16/include/ "mpc5200b.dtsi" 17 |
18&gpt0 { fsl,has-wdt; }; 19&gpt3 { gpio-controller; }; 20&gpt4 { gpio-controller; }; 21&gpt5 { gpio-controller; }; 22 |
|
18/ { 19 model = "anonymous,a4m072"; 20 compatible = "anonymous,a4m072"; 21 22 soc5200@f0000000 { 23 #address-cells = <1>; 24 #size-cells = <1>; 25 compatible = "fsl,mpc5200b-immr"; 26 ranges = <0 0xf0000000 0x0000c000>; 27 reg = <0xf0000000 0x00000100>; 28 bus-frequency = <0>; /* From boot loader */ 29 system-frequency = <0>; /* From boot loader */ 30 31 cdm@200 { 32 fsl,init-ext-48mhz-en = <0x0>; 33 fsl,init-fd-enable = <0x01>; 34 fsl,init-fd-counters = <0x3333>; 35 }; 36 | 23/ { 24 model = "anonymous,a4m072"; 25 compatible = "anonymous,a4m072"; 26 27 soc5200@f0000000 { 28 #address-cells = <1>; 29 #size-cells = <1>; 30 compatible = "fsl,mpc5200b-immr"; 31 ranges = <0 0xf0000000 0x0000c000>; 32 reg = <0xf0000000 0x00000100>; 33 bus-frequency = <0>; /* From boot loader */ 34 system-frequency = <0>; /* From boot loader */ 35 36 cdm@200 { 37 fsl,init-ext-48mhz-en = <0x0>; 38 fsl,init-fd-enable = <0x01>; 39 fsl,init-fd-counters = <0x3333>; 40 }; 41 |
37 timer@600 { 38 fsl,has-wdt; 39 }; 40 41 gpt3: timer@630 { /* General Purpose Timer in GPIO mode */ 42 compatible = "fsl,mpc5200b-gpt-gpio","fsl,mpc5200-gpt-gpio"; 43 gpio-controller; 44 #gpio-cells = <2>; 45 }; 46 47 gpt4: timer@640 { /* General Purpose Timer in GPIO mode */ 48 compatible = "fsl,mpc5200b-gpt-gpio","fsl,mpc5200-gpt-gpio"; 49 gpio-controller; 50 #gpio-cells = <2>; 51 }; 52 53 gpt5: timer@650 { /* General Purpose Timer in GPIO mode */ 54 compatible = "fsl,mpc5200b-gpt-gpio","fsl,mpc5200-gpt-gpio"; 55 gpio-controller; 56 #gpio-cells = <2>; 57 }; 58 | |
59 spi@f00 { 60 status = "disabled"; 61 }; 62 63 psc@2000 { 64 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 65 reg = <0x2000 0x100>; 66 interrupts = <2 1 0>; --- 102 unchanged lines hidden --- | 42 spi@f00 { 43 status = "disabled"; 44 }; 45 46 psc@2000 { 47 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 48 reg = <0x2000 0x100>; 49 interrupts = <2 1 0>; --- 102 unchanged lines hidden --- |