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 {
144 nand0: nand@60000000 {
145 nand-bus-width = <8>;
146 nand-ecc-mode = "hw";
148 atmel,pmecc-cap = <4>;
149 atmel,pmecc-sector-size = <512>;
160 reg = <0x20000 0x7fe0000>;
166 compatible = "gpio-keys";
167 #address-cells = <1>;
172 gpios = <&pioE 27 GPIO_ACTIVE_LOW>;
173 linux,code = <0x102>;
179 gpios = <&pioE 29 GPIO_ACTIVE_LOW>;
180 linux,code = <0x100>;
186 gpios = <&pioE 31 GPIO_ACTIVE_HIGH>;
187 linux,code = <0x101>;
193 compatible = "pwm-leds";
196 label = "pwm:blue:user";
197 pwms = <&pwm0 2 10000000 0>;
198 max-brightness = <255>;
199 linux,default-trigger = "default-on";
203 label = "pwm:green:user";
204 pwms = <&pwm0 1 10000000 0>;
205 max-brightness = <255>;
206 linux,default-trigger = "default-on";
210 label = "pwm:red:user";
211 pwms = <&pwm0 0 10000000 0>;
212 max-brightness = <255>;
213 linux,default-trigger = "default-on";