1// SPDX-License-Identifier: GPL-2.0 OR MIT 2/* 3 * Copyright (C) 2021 StarFive Technology Co., Ltd. 4 * Copyright (C) 2021 Emil Renner Berthing <kernel@esmil.dk> 5 */ 6 7/dts-v1/; 8#include "jh7100-common.dtsi" 9#include <dt-bindings/gpio/gpio.h> 10 11/ { 12 model = "StarFive VisionFive V1"; 13 compatible = "starfive,visionfive-v1", "starfive,jh7100"; 14 15 gpio-restart { 16 compatible = "gpio-restart"; 17 gpios = <&gpio 63 GPIO_ACTIVE_HIGH>; 18 priority = <224>; 19 }; 20}; 21