cm5200.dts (020abf03cd659388f94cb328e1e1df0656e0d7ff) | cm5200.dts (fa59f178552f927bd96771ba84e9706655bea705) |
---|---|
1/* 2 * CM5200 board Device Tree Source 3 * 4 * Copyright (C) 2007 Semihalf 5 * Marian Balakowicz <m8@semihalf.com> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the 9 * Free Software Foundation; either version 2 of the License, or (at your 10 * option) any later version. 11 */ 12 13/include/ "mpc5200b.dtsi" 14 | 1/* 2 * CM5200 board Device Tree Source 3 * 4 * Copyright (C) 2007 Semihalf 5 * Marian Balakowicz <m8@semihalf.com> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the 9 * Free Software Foundation; either version 2 of the License, or (at your 10 * option) any later version. 11 */ 12 13/include/ "mpc5200b.dtsi" 14 |
15&gpt0 { fsl,has-wdt; }; 16 |
|
15/ { 16 model = "schindler,cm5200"; 17 compatible = "schindler,cm5200"; 18 19 soc5200@f0000000 { | 17/ { 18 model = "schindler,cm5200"; 19 compatible = "schindler,cm5200"; 20 21 soc5200@f0000000 { |
20 timer@600 { // General Purpose Timer 21 fsl,has-wdt; 22 }; 23 | |
24 can@900 { 25 status = "disabled"; 26 }; 27 28 can@980 { 29 status = "disabled"; 30 }; 31 --- 60 unchanged lines hidden --- | 22 can@900 { 23 status = "disabled"; 24 }; 25 26 can@980 { 27 status = "disabled"; 28 }; 29 --- 60 unchanged lines hidden --- |