mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the Falcon CPU and BreakOut boards
|
|
*
|
|
* Copyright (C) 2020 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a779a0-falcon-cpu.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
|
|
compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
|
|
|
|
aliases {
|
|
ethernet0 = &avb0;
|
|
};
|
|
};
|
|
|
|
&rwdt {
|
|
timeout-sec = <60>;
|
|
status = "okay";
|
|
};
|