1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * sama5d3xcm.dtsi - Device Tree Include file 4 * 5 * Copyright (C) 2013 Atmel, 6 * 2013 Ludovic Desroches <ludov 7 */ 8 9 / { 10 compatible = "atmel,sama5d3xcm", "atme 11 12 chosen { 13 bootargs = "rootfstype=ubifs u 14 stdout-path = "serial0:115200n 15 }; 16 17 memory@20000000 { 18 reg = <0x20000000 0x20000000>; 19 }; 20 21 clocks { 22 slow_xtal { 23 clock-frequency = <327 24 }; 25 26 main_xtal { 27 clock-frequency = <120 28 }; 29 }; 30 31 ahb { 32 apb { 33 spi0: spi@f0004000 { 34 cs-gpios = <&p 35 }; 36 37 tcb0: timer@f0010000 { 38 timer@0 { 39 compat 40 reg = 41 }; 42 43 timer@1 { 44 compat 45 reg = 46 }; 47 }; 48 }; 49 50 ebi@10000000 { 51 pinctrl-0 = <&pinctrl_ 52 pinctr-name = "default 53 status = "okay"; 54 55 nor: flash@0,0 { 56 compatible = " 57 linux,mtd-name 58 #address-cells 59 #size-cells = 60 reg = <0x0 0x0 61 bank-width = < 62 atmel,smc-read 63 atmel,smc-writ 64 atmel,smc-bus- 65 atmel,smc-ncs- 66 atmel,smc-ncs- 67 atmel,smc-nwe- 68 atmel,smc-nrd- 69 atmel,smc-ncs- 70 atmel,smc-ncs- 71 atmel,smc-nrd- 72 atmel,smc-nwe- 73 atmel,smc-nrd- 74 atmel,smc-nwe- 75 atmel,smc-tdf- 76 }; 77 78 nand_controller: nand- 79 status = "okay 80 81 nand@3 { 82 reg = 83 atmel, 84 nand-e 85 nand-e 86 nand-e 87 nand-o 88 label 89 90 partit 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 }; 125 }; 126 }; 127 }; 128 }; 129 130 leds { 131 compatible = "gpio-leds"; 132 133 led-d2 { 134 label = "d2"; 135 gpios = <&pioE 25 GPIO 136 linux,default-trigger 137 }; 138 }; 139 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.