1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * ge863_pro3.dtsi - Device Tree file for Teli 4 * 5 * Copyright (C) 2012 Telit, 6 * 2012 Fabio Porcedda <fabio.por 7 */ 8 9 #include "at91sam9260.dtsi" 10 11 / { 12 clocks { 13 main_xtal { 14 clock-frequency = <600 15 }; 16 }; 17 18 ahb { 19 apb { 20 tcb0: timer@fffa0000 { 21 timer@0 { 22 compat 23 reg = 24 }; 25 26 timer@2 { 27 compat 28 reg = 29 }; 30 }; 31 32 dbgu: serial@fffff200 33 status = "okay 34 }; 35 }; 36 37 ebi: ebi@10000000 { 38 status = "okay"; 39 40 nand_controller: nand- 41 status = "okay 42 pinctrl-0 = <& 43 pinctrl-names 44 45 nand@3 { 46 reg = 47 rb-gpi 48 cs-gpi 49 nand-b 50 nand-e 51 nand-o 52 label 53 54 partit 55 56 57 58 59 60 61 62 63 64 65 66 67 68 }; 69 }; 70 }; 71 }; 72 }; 73 74 chosen { 75 bootargs = "console=ttyS0,1152 76 }; 77 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.