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 = <&tcb_pwm 2 10000000 PWM_POLARITY_INVERTED>;
57 max-brightness = <255>;
58 linux,default-trigger = "default-on";
62 label = "pwm:red:network";
63 pwms = <&tcb_pwm 4 10000000 PWM_POLARITY_INVERTED>;
64 max-brightness = <255>;
65 linux,default-trigger = "default-on";
69 label = "pwm:green:user";
70 pwms = <&tcb_pwm 0 10000000 PWM_POLARITY_INVERTED>;
71 max-brightness = <255>;
72 linux,default-trigger = "default-on";
76 label = "pwm:red:user";
77 pwms = <&tcb_pwm 1 10000000 PWM_POLARITY_INVERTED>;
78 max-brightness = <255>;
79 linux,default-trigger = "default-on";
84 compatible = "atmel,tcb-pwm";
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_tcb1_tioa0
97 compatible = "atmel,tcb-timer";
102 compatible = "atmel,tcb-timer";
113 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
114 pinctrl-names = "default";
117 reg = <0x3 0x0 0x800000>;
118 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
119 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
120 nand-bus-width = <8>;
121 nand-ecc-mode = "soft";
123 label = "atmel_nand";
126 compatible = "fixed-partitions";
127 #address-cells = <1>;
137 reg = <0x20000 0x7fe0000>;
145 pinctrl-0 = <&pinctrl_macb_rmii
146 &pinctrl_macb_rmii_mii_alt>;
160 atmel,max-heartbeat-sec = <16>;
161 atmel,min-heartbeat-sec = <0>;
174 compatible = "nxp,pcf8563";