mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
12 lines
161 B
Text
12 lines
161 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* Copyright 2020 Foundries.IO
|
||
|
*/
|
||
|
|
||
|
#include "imx6qdl-u-boot.dtsi"
|
||
|
|
||
|
&wdog1 {
|
||
|
status = "okay";
|
||
|
u-boot,dm-spl;
|
||
|
};
|