1 // SPDX-License-Identifier: GPL-2.0
3 * at91-kizbox2_common.dtsi - Device Tree Include file for
4 * Overkiz Kizbox 2 family SoC
6 * Copyright (C) 2014-2018 Overkiz SAS
8 * Authors: Antoine Aubert <a.aubert@overkiz.com>
9 * Gaël Portay <g.portay@overkiz.com>
10 * Kévin Raymond <k.raymond@overkiz.com>
12 #include "sama5d31.dtsi"
16 bootargs = "ubi.mtd=ubi";
21 reg = <0x20000000 0x10000000>;
26 clock-frequency = <32768>;
30 clock-frequency = <12000000>;
35 compatible = "gpio-keys";
41 gpios = <&pioE 27 GPIO_ACTIVE_LOW>;
48 gpios = <&pioE 29 GPIO_ACTIVE_LOW>;
55 gpios = <&pioE 31 GPIO_ACTIVE_HIGH>;
62 compatible = "pwm-leds";
65 label = "pwm:blue:user";
66 pwms = <&pwm0 2 10000000 0>;
67 max-brightness = <255>;
68 linux,default-trigger = "none";
72 label = "pwm:green:user";
73 pwms = <&pwm0 1 10000000 0>;
74 max-brightness = <255>;
75 linux,default-trigger = "default-on";
79 label = "pwm:red:user";
80 pwms = <&pwm0 0 10000000 0>;
81 max-brightness = <255>;
82 linux,default-trigger = "default-on";
91 compatible = "active-semi,act8865";
96 vcc_1v8_reg: DCDC_REG1 {
97 regulator-name = "VCC_1V8";
98 regulator-min-microvolt = <1800000>;
99 regulator-max-microvolt = <1800000>;
103 vcc_1v2_reg: DCDC_REG2 {
104 regulator-name = "VCC_1V2";
105 regulator-min-microvolt = <1200000>;
106 regulator-max-microvolt = <1200000>;
110 vcc_3v3_reg: DCDC_REG3 {
111 regulator-name = "VCC_3V3";
112 regulator-min-microvolt = <3300000>;
113 regulator-max-microvolt = <3300000>;
117 vddfuse_reg: LDO_REG1 {
118 regulator-name = "FUSE_2V5";
119 regulator-min-microvolt = <2500000>;
120 regulator-max-microvolt = <2500000>;
123 vddana_reg: LDO_REG2 {
124 regulator-name = "VDDANA";
125 regulator-min-microvolt = <3300000>;
126 regulator-max-microvolt = <3300000>;
131 regulator-name = "VLED";
132 regulator-min-microvolt = <3300000>;
133 regulator-max-microvolt = <3300000>;
137 v3v8_rf_reg: LDO_REG4 {
138 regulator-name = "V3V8_RF";
139 regulator-min-microvolt = <3800000>;
140 regulator-max-microvolt = <3800000>;
166 pinctrl-names = "default";
167 pinctrl-0 = <&pinctrl_pwm0_pwmh0_1
168 &pinctrl_pwm0_pwmh1_1
169 &pinctrl_pwm0_pwmh2_0>;
174 atmel,adc-vref = <3333>;
192 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
193 pinctrl-names = "default";
203 nand-bus-width = <8>;
204 nand-ecc-mode = "hw";
205 nand-ecc-strength = <4>;
206 nand-ecc-step-size = <512>;
208 label = "atmel_nand";
211 compatible = "fixed-partitions";
212 #address-cells = <1>;
222 reg = <0x20000 0x7fe0000>;
236 /* WMBUS (inverted with IO in the latest schematic) */
239 <AT91_PIOD 17 AT91_PERIPH_A AT91_PINCTRL_NONE
240 AT91_PIOD 18 AT91_PERIPH_A AT91_PINCTRL_PULL_UP
241 AT91_PIOE 2 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>;
247 <AT91_PIOB 28 AT91_PERIPH_A AT91_PINCTRL_NONE
248 AT91_PIOB 29 AT91_PERIPH_A AT91_PINCTRL_PULL_UP
249 AT91_PIOE 7 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>;
252 /* IO (inverted with WMBUS in the latest schematic) */
255 <AT91_PIOE 25 AT91_PERIPH_B AT91_PINCTRL_NONE
256 AT91_PIOE 26 AT91_PERIPH_B AT91_PINCTRL_PULL_UP
257 AT91_PIOE 8 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>;