1 // SPDX-License-Identifier: GPL-2.0
3 * at91-wb50n.dts - Device Tree file for wb50n evaluation board
5 * Copyright (C) 2018 Laird
10 #include "at91-wb50n.dtsi"
13 model = "Laird Workgroup Bridge 50N - Atmel SAMA5D";
14 compatible = "laird,wb50n", "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
17 compatible = "gpio-keys";
24 linux,code = <1>; /* ESC button */
25 gpios = <&pioA 10 GPIO_ACTIVE_LOW>;
32 linux,code = <99>; /* SysReq button */
33 gpios = <&pioE 31 GPIO_ACTIVE_LOW>;
39 compatible = "gpio-leds";
42 label = "wb50n:blue:led0";
43 gpios = <&pioA 12 GPIO_ACTIVE_LOW>;
44 default-state = "off";
48 label = "wb50n:green:led1";
49 gpios = <&pioA 24 GPIO_ACTIVE_LOW>;
50 default-state = "off";
54 label = "wb50n:red:led2";
55 gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
56 default-state = "off";
77 /* On BB40 this port is labeled UART1 */
82 /* On BB40 this port is labeled UART0 */
95 compatible = "spidev";
97 spi-max-frequency = <8000000>;