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 tcb0: timer@f0010000 {
99 compatible = "atmel,tcb-timer";
104 compatible = "atmel,tcb-timer";
109 usart0: serial@f001c000 {
113 usart1: serial@f0020000 {
118 pinctrl-names = "default";
119 pinctrl-0 = <&pinctrl_pwm0_pwmh0_1
120 &pinctrl_pwm0_pwmh1_1
121 &pinctrl_pwm0_pwmh2_0>;
126 atmel,adc-vref = <3333>;
130 usart2: serial@f8020000 {
134 macb1: ethernet@f802c000 {
139 dbgu: serial@ffffee00 {
157 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
158 pinctrl-names = "default";
161 nand_controller: nand-controller {
167 nand-bus-width = <8>;
168 nand-ecc-mode = "hw";
169 nand-ecc-strength = <4>;
170 nand-ecc-step-size = <512>;
172 label = "atmel_nand";
175 compatible = "fixed-partitions";
176 #address-cells = <1>;
186 reg = <0x20000 0x7fe0000>;
195 compatible = "gpio-keys";
196 #address-cells = <1>;
201 gpios = <&pioE 27 GPIO_ACTIVE_LOW>;
202 linux,code = <0x102>;
208 gpios = <&pioE 29 GPIO_ACTIVE_LOW>;
209 linux,code = <0x100>;
215 gpios = <&pioE 31 GPIO_ACTIVE_HIGH>;
216 linux,code = <0x101>;
222 compatible = "pwm-leds";
225 label = "pwm:blue:user";
226 pwms = <&pwm0 2 10000000 0>;
227 max-brightness = <255>;
228 linux,default-trigger = "default-on";
232 label = "pwm:green:user";
233 pwms = <&pwm0 1 10000000 0>;
234 max-brightness = <255>;
235 linux,default-trigger = "default-on";
239 label = "pwm:red:user";
240 pwms = <&pwm0 0 10000000 0>;
241 max-brightness = <255>;
242 linux,default-trigger = "default-on";