Skip to content

Instantly share code, notes, and snippets.

variable "firebase_admin_token" {
description = "The token to use to deploy firebase resources."
type = string
}
variable "project" {
description = "The project id to create the app for."
type = string
}
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
#include "kirkwood.dtsi"
#include "kirkwood-6281.dtsi"
/ {
model = "Medion MD86783";
compatible = "medion,md86783", "zyxel,nsa320s", "marvell,kirkwood-88f6702", "marvell,kirkwood";
# Marvell SheevaPlug
source [find target/feroceon.cfg]
set reset_mode halt
set speed 5000
proc sp_is_halted {} {
global _TARGETNAME
return [expr [string compare [$_TARGETNAME curstate] "halted" ] == 0]