boards: remove quarl_se_c1000
This board and SoC was discontinued some time ago and is currently not maintained in the zephyr tree. Remove all associated configurations and variants from the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ffaba63b10
commit
578ae40761
130 changed files with 12 additions and 7075 deletions
|
@ -1,5 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_QUARK_SE_C1000_DEVBOARD_SS
|
||||
bool "Quark SE C1000 - Sensor Sub System"
|
||||
depends on SOC_QUARK_SE_C1000_SS
|
|
@ -1,8 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_QUARK_SE_C1000_DEVBOARD_SS
|
||||
|
||||
config BOARD
|
||||
default "quark_se_c1000_ss_devboard"
|
||||
|
||||
endif # BOARD_QUARK_SE_C1000_DEVBOARD_SS
|
|
@ -1,4 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
board_runner_args(openocd --cmd-pre-load "targets 1")
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
@ -1,90 +0,0 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <mem.h>
|
||||
|
||||
#define DT_FLASH_SIZE DT_SIZE_K(152)
|
||||
#define DT_SRAM_SIZE DT_SIZE_K(24)
|
||||
#define DT_DCCM_SIZE DT_SIZE_K(8)
|
||||
|
||||
#define DT_FLASH_ADDR 0x40000000
|
||||
|
||||
#include "quark_se_c1000_ss.dtsi"
|
||||
|
||||
/ {
|
||||
model = "quark_se_c1000_ss_devboard";
|
||||
compatible = "intel,quark_se_c1000_ss_devboard", "intel,quark_se_c1000";
|
||||
|
||||
aliases {
|
||||
led0 = &led0;
|
||||
sw0 = &button0;
|
||||
sw1 = &button1;
|
||||
uart-0 = &uart0;
|
||||
uart-1 = &uart1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
led0: led_0 {
|
||||
gpios = <&gpio0 25 0>;
|
||||
label = "LED";
|
||||
};
|
||||
};
|
||||
|
||||
buttons {
|
||||
/* Push button switch 0 KEY1 */
|
||||
compatible = "gpio-keys";
|
||||
button0: button_0 {
|
||||
/* gpio flags need validation */
|
||||
gpios = <&gpio1 4 GPIO_INT_ACTIVE_LOW>;
|
||||
label = "Push button switch 0";
|
||||
};
|
||||
button1: button_1 {
|
||||
/* gpio flags need validation */
|
||||
gpios = <&gpio0 5 GPIO_INT_ACTIVE_LOW>;
|
||||
label = "Push button switch 1";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
};
|
|
@ -1,20 +0,0 @@
|
|||
identifier: quark_se_c1000_ss_devboard
|
||||
name: Quark SE C1000 Devboard - Sensor Subsystem
|
||||
type: mcu
|
||||
arch: arc
|
||||
ram: 24
|
||||
flash: 152
|
||||
toolchain:
|
||||
- zephyr
|
||||
- xtools
|
||||
supported:
|
||||
- adc
|
||||
- i2c
|
||||
- spi
|
||||
- gpio
|
||||
- counter
|
||||
- watchdog
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
|
@ -1,16 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_ARC=y
|
||||
CONFIG_SOC_QUARK_SE_C1000_SS=y
|
||||
CONFIG_BOARD_QUARK_SE_C1000_DEVBOARD_SS=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000
|
||||
CONFIG_XIP=y
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_CPU_ARCEM=y
|
||||
CONFIG_CPU_ARCV2=y
|
||||
CONFIG_ARCV2_INTERRUPT_UNIT=y
|
||||
CONFIG_ARCV2_TIMER=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_UART_QMSI=y
|
||||
CONFIG_SERIAL=y
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
interface ftdi
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
|
||||
ftdi_channel 0
|
||||
ftdi_layout_init 0x0010 0xffff
|
||||
ftdi_layout_signal nTRST -data 0x0100 -oe 0x0100
|
||||
|
||||
source [find board/quark_se.cfg]
|
Loading…
Add table
Add a link
Reference in a new issue