mucmc52.dts (020abf03cd659388f94cb328e1e1df0656e0d7ff) | mucmc52.dts (fa59f178552f927bd96771ba84e9706655bea705) |
---|---|
1/* 2 * Manroland mucmc52 board Device Tree Source 3 * 4 * Copyright (C) 2009 DENX Software Engineering GmbH 5 * Heiko Schocher <hs@denx.de> 6 * Copyright 2006-2007 Secret Lab Technologies Ltd. 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 * Manroland mucmc52 board Device Tree Source 3 * 4 * Copyright (C) 2009 DENX Software Engineering GmbH 5 * Heiko Schocher <hs@denx.de> 6 * Copyright 2006-2007 Secret Lab Technologies Ltd. 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/* Timer pins that need to be in GPIO mode */ 17&gpt0 { gpio-controller; }; 18&gpt1 { gpio-controller; }; 19&gpt2 { gpio-controller; }; 20&gpt3 { gpio-controller; }; 21 22/* Disabled timers */ 23&gpt4 { status = "disabled"; }; 24&gpt5 { status = "disabled"; }; 25&gpt6 { status = "disabled"; }; 26&gpt7 { status = "disabled"; }; 27 |
|
16/ { 17 model = "manroland,mucmc52"; 18 compatible = "manroland,mucmc52"; 19 20 soc5200@f0000000 { | 28/ { 29 model = "manroland,mucmc52"; 30 compatible = "manroland,mucmc52"; 31 32 soc5200@f0000000 { |
21 gpt0: timer@600 { // GPT 0 in GPIO mode 22 gpio-controller; 23 #gpio-cells = <2>; 24 }; 25 26 gpt1: timer@610 { // General Purpose Timer in GPIO mode 27 gpio-controller; 28 #gpio-cells = <2>; 29 }; 30 31 gpt2: timer@620 { // General Purpose Timer in GPIO mode 32 gpio-controller; 33 #gpio-cells = <2>; 34 }; 35 36 gpt3: timer@630 { // General Purpose Timer in GPIO mode 37 gpio-controller; 38 #gpio-cells = <2>; 39 }; 40 41 timer@640 { 42 status = "disabled"; 43 }; 44 45 timer@650 { 46 status = "disabled"; 47 }; 48 49 timer@660 { 50 status = "disabled"; 51 }; 52 53 timer@670 { 54 status = "disabled"; 55 }; 56 | |
57 rtc@800 { 58 status = "disabled"; 59 }; 60 61 can@900 { 62 status = "disabled"; 63 }; 64 --- 186 unchanged lines hidden --- | 33 rtc@800 { 34 status = "disabled"; 35 }; 36 37 can@900 { 38 status = "disabled"; 39 }; 40 --- 186 unchanged lines hidden --- |