2 * at91-kizbox2.dts - Device Tree file for Overkiz Kizbox 2 board
4 * Copyright (C) 2014 Gaƫl PORTAY <g.portay@overkiz.com>
6 * Licensed under GPLv2 or later.
9 #include "sama5d31.dtsi"
10 #include <dt-bindings/pwm/pwm.h>
13 model = "Overkiz Kizbox 2";
14 compatible = "overkiz,kizbox2", "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
17 bootargs = "ubi.mtd=ubi";
22 reg = <0x20000000 0x10000000>;
27 clock-frequency = <32768>;
31 clock-frequency = <12000000>;
41 compatible = "active-semi,act8865";
46 vcc_1v8_reg: DCDC_REG1 {
47 regulator-name = "VCC_1V8";
48 regulator-min-microvolt = <1800000>;
49 regulator-max-microvolt = <1800000>;
53 vcc_1v2_reg: DCDC_REG2 {
54 regulator-name = "VCC_1V2";
55 regulator-min-microvolt = <1200000>;
56 regulator-max-microvolt = <1200000>;
60 vcc_3v3_reg: DCDC_REG3 {
61 regulator-name = "VCC_3V3";
62 regulator-min-microvolt = <3300000>;
63 regulator-max-microvolt = <3300000>;
67 vddfuse_reg: LDO_REG1 {
68 regulator-name = "FUSE_2V5";
69 regulator-min-microvolt = <2500000>;
70 regulator-max-microvolt = <2500000>;
73 vddana_reg: LDO_REG2 {
74 regulator-name = "VDDANA";
75 regulator-min-microvolt = <3300000>;
76 regulator-max-microvolt = <3300000>;
81 regulator-name = "VLED";
82 regulator-min-microvolt = <3300000>;
83 regulator-max-microvolt = <3300000>;
87 v3v8_rf_reg: LDO_REG4 {
88 regulator-name = "V3V8_RF";
89 regulator-min-microvolt = <3800000>;
90 regulator-max-microvolt = <3800000>;
97 usart0: serial@f001c000 {
101 usart1: serial@f0020000 {
106 pinctrl-names = "default";
107 pinctrl-0 = <&pinctrl_pwm0_pwmh0_1
108 &pinctrl_pwm0_pwmh1_1
109 &pinctrl_pwm0_pwmh2_0>;
114 atmel,adc-vref = <3333>;
118 usart2: serial@f8020000 {
122 macb1: ethernet@f802c000 {
127 dbgu: serial@ffffee00 {
136 usb1: ohci@00600000 {
140 usb2: ehci@00700000 {
145 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
146 pinctrl-names = "default";
149 nand_controller: nand-controller {
155 nand-bus-width = <8>;
156 nand-ecc-mode = "hw";
157 nand-ecc-strength = <4>;
158 nand-ecc-step-size = <512>;
160 label = "atmel_nand";
163 compatible = "fixed-partitions";
164 #address-cells = <1>;
174 reg = <0x20000 0x7fe0000>;
183 compatible = "gpio-keys";
184 #address-cells = <1>;
189 gpios = <&pioE 27 GPIO_ACTIVE_LOW>;
190 linux,code = <0x102>;
196 gpios = <&pioE 29 GPIO_ACTIVE_LOW>;
197 linux,code = <0x100>;
203 gpios = <&pioE 31 GPIO_ACTIVE_HIGH>;
204 linux,code = <0x101>;
210 compatible = "pwm-leds";
213 label = "pwm:blue:user";
214 pwms = <&pwm0 2 10000000 0>;
215 max-brightness = <255>;
216 linux,default-trigger = "default-on";
220 label = "pwm:green:user";
221 pwms = <&pwm0 1 10000000 0>;
222 max-brightness = <255>;
223 linux,default-trigger = "default-on";
227 label = "pwm:red:user";
228 pwms = <&pwm0 0 10000000 0>;
229 max-brightness = <255>;
230 linux,default-trigger = "default-on";