1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * pm9g45.dts - Device Tree file for Ronetix p 4 * 5 * Copyright (C) 2012 Jean-Christophe PLAGNIO< 6 */ 7 /dts-v1/; 8 #include "at91sam9g45.dtsi" 9 10 / { 11 model = "Ronetix pm9g45"; 12 compatible = "ronetix,pm9g45", "atmel, 13 14 chosen { 15 bootargs = "console=ttyS0,1152 16 }; 17 18 memory@70000000 { 19 reg = <0x70000000 0x8000000>; 20 }; 21 22 clocks { 23 slow_xtal { 24 clock-frequency = <32768 25 }; 26 27 main_xtal { 28 clock-frequency = <12000 29 }; 30 }; 31 32 ahb { 33 apb { 34 dbgu: serial@ffffee00 35 status = "okay 36 }; 37 38 pinctrl@fffff200 { 39 nand { 40 pinctr 41 42 43 }; 44 }; 45 46 mmc { 47 pinctr 48 49 50 }; 51 }; 52 }; 53 54 tcb0: timer@fff7c000 { 55 timer@0 { 56 compat 57 reg = 58 }; 59 60 timer@2 { 61 compat 62 reg = 63 }; 64 }; 65 66 mmc0: mmc@fff80000 { 67 pinctrl-0 = < 68 &pinct 69 &pinct 70 &pinct 71 pinctrl-names 72 status = "okay 73 slot@0 { 74 reg = 75 bus-wi 76 cd-gpi 77 }; 78 }; 79 80 macb0: ethernet@fffbc0 81 phy-mode = "rm 82 status = "okay 83 }; 84 }; 85 86 ebi: ebi@10000000 { 87 status = "okay"; 88 89 nand_controller: nand- 90 status = "okay 91 pinctrl-0 = <& 92 pinctrl-names 93 94 nand@3 { 95 reg = 96 rb-gpi 97 cs-gpi 98 nand-b 99 nand-e 100 nand-o 101 label 102 103 partit 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 131 132 133 134 135 136 137 }; 138 }; 139 }; 140 }; 141 142 usb0: ohci@700000 { 143 status = "okay"; 144 num-ports = <2>; 145 }; 146 147 usb1: ehci@800000 { 148 status = "okay"; 149 }; 150 }; 151 152 leds { 153 compatible = "gpio-leds"; 154 155 led0 { 156 label = "led0"; 157 gpios = <&pioD 0 GPIO_ 158 linux,default-trigger 159 }; 160 161 led1 { 162 label = "led1"; 163 gpios = <&pioD 31 GPIO 164 linux,default-trigger 165 }; 166 }; 167 168 gpio_keys { 169 compatible = "gpio-keys"; 170 #address-cells = <1>; 171 #size-cells = <0>; 172 173 right { 174 label = "SW4"; 175 gpios = <&pioE 7 GPIO_ 176 linux,code = <106>; 177 }; 178 179 up { 180 label = "SW3"; 181 gpios = <&pioE 8 GPIO_ 182 linux,code = <103>; 183 }; 184 }; 185 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.