1 // SPDX-License-Identifier: GPL-2.0-only
3 * animeo_ip.dts - Device Tree file for Somfy Animeo IP Boards
5 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9 #include "at91sam9260.dtsi"
12 model = "Somfy Animeo IP";
13 compatible = "somfy,animeo-ip", "atmel,at91sam9260", "atmel,at91sam9";
26 stdout-path = &usart2;
30 reg = <0x20000000 0x4000000>;
35 clock-frequency = <32768>;
39 clock-frequency = <18432000>;
45 tcb0: timer@fffa0000 {
47 compatible = "atmel,tcb-timer";
52 compatible = "atmel,tcb-timer";
57 usart0: serial@fffb0000 {
58 pinctrl-0 = <&pinctrl_usart0 &pinctrl_usart0_rts>;
59 linux,rs485-enabled-at-boot-time;
63 usart1: serial@fffb4000 {
64 pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts>;
65 linux,rs485-enabled-at-boot-time;
69 usart2: serial@fffb8000 {
70 pinctrl-0 = <&pinctrl_usart2>;
74 macb0: ethernet@fffc4000 {
75 pinctrl-0 = <&pinctrl_macb_rmii &pinctrl_macb_rmii_mii>;
81 pinctrl-0 = <&pinctrl_mmc0_clk
82 &pinctrl_mmc0_slot1_cmd_dat0
83 &pinctrl_mmc0_slot1_dat1_3>;
100 nand_controller: nand-controller {
102 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
103 pinctrl-names = "default";
106 reg = <0x3 0x0 0x800000>;
107 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
108 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
109 nand-bus-width = <8>;
110 nand-ecc-mode = "soft";
112 label = "atmel_nand";
115 compatible = "fixed-partitions";
116 #address-cells = <1>;
125 label = "u_boot_env";
126 reg = <0x58000 0x8000>;
131 reg = <0x60000 0x1FA0000>;
140 atmel,vbus-gpio = <&pioB 15 GPIO_ACTIVE_LOW>;
146 compatible = "gpio-leds";
149 label = "power_green";
150 gpios = <&pioC 17 GPIO_ACTIVE_HIGH>;
151 linux,default-trigger = "heartbeat";
156 gpios = <&pioA 2 GPIO_ACTIVE_HIGH>;
161 gpios = <&pioC 19 GPIO_ACTIVE_HIGH>;
166 gpios = <&pioC 18 GPIO_ACTIVE_HIGH>;
171 compatible = "gpio-keys";
172 #address-cells = <1>;
176 label = "keyswitch_in";
177 gpios = <&pioB 1 GPIO_ACTIVE_HIGH>;
184 gpios = <&pioB 2 GPIO_ACTIVE_HIGH>;
191 gpios = <&pioC 23 GPIO_ACTIVE_HIGH>;