smaeul-u-boot/arch/riscv/dts/sunxi-d1-t113.dtsi
Samuel Holland cf5606cc19 riscv: dts: Add Allwinner D1 devicetrees
This includes the U-boot overlay needed for binman and SPL.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-10-31 02:48:34 -05:00

16 lines
394 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
// Copyright (C) 2021-2022 Samuel Holland <samuel@sholland.org>
/ {
soc {
dsp_wdt: watchdog@1700400 {
compatible = "allwinner,sun20i-d1-wdt";
reg = <0x1700400 0x20>;
interrupts = <SOC_PERIPHERAL_IRQ(122) IRQ_TYPE_LEVEL_HIGH>;
clocks = <&dcxo>, <&rtc CLK_OSC32K>;
clock-names = "hosc", "losc";
status = "reserved";
};
};
};