1 // SPDX-License-Identifier: GPL-2.0
3 * at91-kizboxmini.dts - Device Tree file for Overkiz Kizbox mini board
5 * Copyright (C) 2014-2018 Overkiz SAS
6 * Author: Antoine Aubert <a.aubert@overkiz.com>
7 * Gaël Portay <g.portay@overkiz.com>
8 * Kévin Raymond <k.raymond@overkiz.com>
9 * Dorian Rocipon <d.rocipon@overkiz.com>
11 #include "at91sam9g25.dtsi"
15 bootargs = "ubi.mtd=ubi";
20 reg = <0x20000000 0x8000000>;
25 clock-frequency = <12000000>;
29 clock-frequency = <32768>;
38 compatible = "gpio-keys";
44 gpios = <&pioC 17 GPIO_ACTIVE_LOW>;
51 gpios = <&pioC 16 GPIO_ACTIVE_LOW>;
58 compatible = "pwm-leds";
61 label = "pwm:blue:user";
62 pwms = <&pwm0 2 10000000 0>;
63 max-brightness = <255>;
64 linux,default-trigger = "none";
68 led_green: pwm_green {
69 label = "pwm:green:user";
70 pwms = <&pwm0 0 10000000 0>;
71 max-brightness = <255>;
72 linux,default-trigger = "default-on";
76 label = "pwm:red:user";
77 pwms = <&pwm0 1 10000000 0>;
78 max-brightness = <255>;
79 linux,default-trigger = "default-on";
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_pwm0_pwm0_1
99 &pinctrl_pwm0_pwm2_1>;
120 pinctrl-0 = <&pinctrl_ebi_addr_nand
121 &pinctrl_ebi_data_0_7>;
122 pinctrl-names = "default";
128 pinctrl-0 = <&pinctrl_nand_oe_we
131 pinctrl-names = "default";
134 reg = <0x3 0x0 0x800000>;
135 rb-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>;
136 cs-gpios = <&pioD 4 GPIO_ACTIVE_HIGH>;
137 nand-bus-width = <8>;
138 nand-ecc-mode = "hw";
139 nand-ecc-strength = <4>;
140 nand-ecc-step-size = <512>;
142 label = "atmel_nand";
145 compatible = "fixed-partitions";
146 #address-cells = <1>;
156 reg = <0x20000 0x7fe0000>;