1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * at91-kizbox2.dts - Device Tree file for Overkiz Kizbox 2 board
5 * Copyright (C) 2014 Gaƫl PORTAY <g.portay@overkiz.com>
8 #include "sama5d31.dtsi"
9 #include <dt-bindings/pwm/pwm.h>
12 model = "Overkiz Kizbox 2";
13 compatible = "overkiz,kizbox2", "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
16 bootargs = "ubi.mtd=ubi";
21 reg = <0x20000000 0x10000000>;
26 clock-frequency = <32768>;
30 clock-frequency = <12000000>;
40 compatible = "active-semi,act8865";
45 vcc_1v8_reg: DCDC_REG1 {
46 regulator-name = "VCC_1V8";
47 regulator-min-microvolt = <1800000>;
48 regulator-max-microvolt = <1800000>;
52 vcc_1v2_reg: DCDC_REG2 {
53 regulator-name = "VCC_1V2";
54 regulator-min-microvolt = <1200000>;
55 regulator-max-microvolt = <1200000>;
59 vcc_3v3_reg: DCDC_REG3 {
60 regulator-name = "VCC_3V3";
61 regulator-min-microvolt = <3300000>;
62 regulator-max-microvolt = <3300000>;
66 vddfuse_reg: LDO_REG1 {
67 regulator-name = "FUSE_2V5";
68 regulator-min-microvolt = <2500000>;
69 regulator-max-microvolt = <2500000>;
72 vddana_reg: LDO_REG2 {
73 regulator-name = "VDDANA";
74 regulator-min-microvolt = <3300000>;
75 regulator-max-microvolt = <3300000>;
80 regulator-name = "VLED";
81 regulator-min-microvolt = <3300000>;
82 regulator-max-microvolt = <3300000>;
86 v3v8_rf_reg: LDO_REG4 {
87 regulator-name = "V3V8_RF";
88 regulator-min-microvolt = <3800000>;
89 regulator-max-microvolt = <3800000>;
96 tcb0: timer@f0010000 {
98 compatible = "atmel,tcb-timer";
103 compatible = "atmel,tcb-timer";
108 usart0: serial@f001c000 {
112 usart1: serial@f0020000 {
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_pwm0_pwmh0_1
119 &pinctrl_pwm0_pwmh1_1
120 &pinctrl_pwm0_pwmh2_0>;
125 atmel,adc-vref = <3333>;
129 usart2: serial@f8020000 {
133 macb1: ethernet@f802c000 {
138 dbgu: serial@ffffee00 {
156 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
157 pinctrl-names = "default";
160 nand_controller: nand-controller {
166 nand-bus-width = <8>;
167 nand-ecc-mode = "hw";
168 nand-ecc-strength = <4>;
169 nand-ecc-step-size = <512>;
171 label = "atmel_nand";
174 compatible = "fixed-partitions";
175 #address-cells = <1>;
185 reg = <0x20000 0x7fe0000>;
194 compatible = "gpio-keys";
195 #address-cells = <1>;
200 gpios = <&pioE 27 GPIO_ACTIVE_LOW>;
201 linux,code = <0x102>;
207 gpios = <&pioE 29 GPIO_ACTIVE_LOW>;
208 linux,code = <0x100>;
214 gpios = <&pioE 31 GPIO_ACTIVE_HIGH>;
215 linux,code = <0x101>;
221 compatible = "pwm-leds";
224 label = "pwm:blue:user";
225 pwms = <&pwm0 2 10000000 0>;
226 max-brightness = <255>;
227 linux,default-trigger = "default-on";
231 label = "pwm:green:user";
232 pwms = <&pwm0 1 10000000 0>;
233 max-brightness = <255>;
234 linux,default-trigger = "default-on";
238 label = "pwm:red:user";
239 pwms = <&pwm0 0 10000000 0>;
240 max-brightness = <255>;
241 linux,default-trigger = "default-on";