aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2021-10-11 11:47:21 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-24 18:52:06 +0200
commit7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e (patch)
tree8c4a8ec8458f6e44e911c425e5f8d4712902344f /target/linux/at91/files/arch/arm/boot/dts/wb50n.dts
parent05a7af9ca0dd9c42eafbca5aa988b141e0e06053 (diff)
downloadupstream-7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e.tar.gz
upstream-7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e.tar.bz2
upstream-7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e.zip
at91: kernel: bump to 5.10
Bump at91 targets to kernel v5.10. With this patches and files for wb45n and wb50n were removed as they are now included in upstream kernel. Along with: - this the kernel config for sama5d2 and sam9x targets has been refreshed (with make kernel_menuconfig + save); - CONFIG_ARCH_AT91 and specific sam9x SoCs (AT91RM9200, AT91SAM9, SAM9X60) has been enabled such that sam9x SoCs to be able to boot. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'target/linux/at91/files/arch/arm/boot/dts/wb50n.dts')
-rw-r--r--target/linux/at91/files/arch/arm/boot/dts/wb50n.dts113
1 files changed, 0 insertions, 113 deletions
diff --git a/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts b/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts
deleted file mode 100644
index 15b10a8b06..0000000000
--- a/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts
+++ /dev/null
@@ -1,113 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * wb50n.dts - Device Tree file for wb50n board
- *
- * Copyright (C) 2015 Laird
- */
-
-/dts-v1/;
-#include "wb50n.dtsi"
-
-/ {
- model = "Laird Workgroup Bridge 50N - Atmel SAMA5D";
- compatible = "laird,wb50n", "atmel,sama5d31ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
-
- chosen {
- bootargs = "console=ttyS0,115200 earlyprintk loglevel=4 mem=64M";
- };
-
- ahb {
-
- apb {
- mmc0: mmc@f0000000 {
- status = "okay";
- };
-
- macb1: ethernet@f802c000 {
- status = "okay";
- };
-
- dbgu: serial@ffffee00 {
- status = "okay";
- };
-
- /* On BB40 this port is labeled UART1 */
- usart0: serial@f001c000 {
- status = "okay";
- };
-
- /* On BB40 this port is labeled UART0 */
- usart1: serial@f0020000 {
- status = "okay";
- };
-
- i2c0: i2c@f0014000 {
- status = "okay";
- };
-
- spi1: spi@f8008000 {
- status = "okay";
-
- spidev@0 {
- compatible = "spidev";
- reg = <0>;
- spi-max-frequency = <8000000>;
- };
- };
-
- watchdog@fffffe40 {
- status = "okay";
- };
- };
-
- usb0: gadget@00500000 {
- status = "okay";
- };
-
- usb1: ohci@00600000 {
- status = "okay";
- };
-
- usb2: ehci@00700000 {
- status = "okay";
- };
- };
-
- keys {
- compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
- btn0@pa10 {
- label = "BTNESC";
- linux,code = <1>; /* ESC button */
- gpios = <&pioA 10 GPIO_ACTIVE_LOW>;
- gpio-key,wakeup = <1>;
- };
-
- irqbtn@pe31 {
- label = "IRQBTN";
- linux,code = <99>; /* SysReq button */
- gpios = <&pioE 31 GPIO_ACTIVE_LOW>;
- gpio-key,wakeup = <1>;
- };
- };
-
- leds {
- compatible = "gpio-leds";
-
- led0 {
- label = "wb50n:blue:led0";
- gpios = <&pioA 12 GPIO_ACTIVE_LOW>;
- };
-
- led1 {
- label = "wb50n:green:led1";
- gpios = <&pioA 24 GPIO_ACTIVE_LOW>;
- };
-
- led2 {
- label = "wb50n:red:led2";
- gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
- };
- };
-};