1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * at91-kizbox.dts - Device Tree file for Overkiz Kizbox board
5 * Copyright (C) 2012-2014 Boris BREZILLON <b.brezillon@overkiz.com>
6 * 2014-2015 Gaƫl PORTAY <g.portay@overkiz.com>
9 #include "at91sam9g20.dtsi"
10 #include <dt-bindings/pwm/pwm.h>
13 model = "Overkiz Kizbox";
14 compatible = "overkiz,kizbox", "atmel,at91sam9g20", "atmel,at91sam9";
17 bootargs = "ubi.mtd=ubi";
22 reg = <0x20000000 0x2000000>;
27 clock-frequency = <18432000>;
32 compatible = "gpio-keys";
38 gpios = <&pioB 30 GPIO_ACTIVE_HIGH>;
45 gpios = <&pioB 31 GPIO_ACTIVE_HIGH>;
52 compatible = "pwm-leds";
55 label = "pwm:green:network";
56 pwms = <&tcb1_pwm1 0 10000000 PWM_POLARITY_INVERTED>;
57 max-brightness = <255>;
58 linux,default-trigger = "default-on";
62 label = "pwm:red:network";
63 pwms = <&tcb1_pwm2 0 10000000 PWM_POLARITY_INVERTED>;
64 max-brightness = <255>;
65 linux,default-trigger = "default-on";
69 label = "pwm:green:user";
70 pwms = <&tcb1_pwm0 0 10000000 PWM_POLARITY_INVERTED>;
71 max-brightness = <255>;
72 linux,default-trigger = "default-on";
76 label = "pwm:red:user";
77 pwms = <&tcb1_pwm0 1 10000000 PWM_POLARITY_INVERTED>;
78 max-brightness = <255>;
79 linux,default-trigger = "default-on";
86 compatible = "atmel,tcb-timer";
91 compatible = "atmel,tcb-timer";
98 compatible = "atmel,tcb-pwm";
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_tcb1_tioa0 &pinctrl_tcb1_tiob0>;
106 compatible = "atmel,tcb-pwm";
109 pinctrl-names = "default";
110 pinctrl-0 = <&pinctrl_tcb1_tioa1>;
114 compatible = "atmel,tcb-pwm";
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_tcb1_tioa2>;
128 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
129 pinctrl-names = "default";
132 reg = <0x3 0x0 0x800000>;
133 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
134 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
135 nand-bus-width = <8>;
136 nand-ecc-mode = "soft";
138 label = "atmel_nand";
141 compatible = "fixed-partitions";
142 #address-cells = <1>;
152 reg = <0x20000 0x7fe0000>;
160 pinctrl-0 = <&pinctrl_macb_rmii
161 &pinctrl_macb_rmii_mii_alt>;
175 atmel,max-heartbeat-sec = <16>;
176 atmel,min-heartbeat-sec = <0>;
189 compatible = "nxp,pcf8563";