2 * at91-kizbox.dts - Device Tree file for Overkiz Kizbox board
4 * Copyright (C) 2012-2014 Boris BREZILLON <b.brezillon@overkiz.com>
5 * 2014-2015 Gaƫl PORTAY <g.portay@overkiz.com>
7 * Licensed under GPLv2 or later.
10 #include "at91sam9g20.dtsi"
11 #include <dt-bindings/pwm/pwm.h>
14 model = "Overkiz Kizbox";
15 compatible = "overkiz,kizbox", "atmel,at91sam9g20", "atmel,at91sam9";
18 bootargs = "ubi.mtd=ubi";
23 reg = <0x20000000 0x2000000>;
28 clock-frequency = <18432000>;
34 tcb0: timer@fffa0000 {
36 compatible = "atmel,tcb-timer";
41 compatible = "atmel,tcb-timer";
46 macb0: ethernet@fffc4000 {
48 pinctrl-0 = <&pinctrl_macb_rmii
49 &pinctrl_macb_rmii_mii_alt>;
53 usart3: serial@fffd0000 {
57 dbgu: serial@fffff200 {
63 atmel,max-heartbeat-sec = <16>;
64 atmel,min-heartbeat-sec = <0>;
77 nand_controller: nand-controller {
79 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
80 pinctrl-names = "default";
83 reg = <0x3 0x0 0x800000>;
84 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
85 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
87 nand-ecc-mode = "soft";
92 compatible = "fixed-partitions";
103 reg = <0x20000 0x7fe0000>;
112 compatible = "gpio-keys";
113 #address-cells = <1>;
118 gpios = <&pioB 30 GPIO_ACTIVE_HIGH>;
119 linux,code = <0x100>;
125 gpios = <&pioB 31 GPIO_ACTIVE_HIGH>;
126 linux,code = <0x101>;
135 compatible = "nxp,pcf8563";
141 compatible = "pwm-leds";
144 label = "pwm:green:network";
145 pwms = <&tcb_pwm 2 10000000 PWM_POLARITY_INVERTED>;
146 max-brightness = <255>;
147 linux,default-trigger = "default-on";
151 label = "pwm:red:network";
152 pwms = <&tcb_pwm 4 10000000 PWM_POLARITY_INVERTED>;
153 max-brightness = <255>;
154 linux,default-trigger = "default-on";
158 label = "pwm:green:user";
159 pwms = <&tcb_pwm 0 10000000 PWM_POLARITY_INVERTED>;
160 max-brightness = <255>;
161 linux,default-trigger = "default-on";
165 label = "pwm:red:user";
166 pwms = <&tcb_pwm 1 10000000 PWM_POLARITY_INVERTED>;
167 max-brightness = <255>;
168 linux,default-trigger = "default-on";
173 compatible = "atmel,tcb-pwm";
176 pinctrl-names = "default";
177 pinctrl-0 = <&pinctrl_tcb1_tioa0
180 &pinctrl_tcb1_tiob0>;