13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Device Tree Source for the R-Car S4-8 (R8A779F4) SoC
|
|
*
|
|
* Copyright (C) 2023 Renesas Electronics Corp.
|
|
*/
|
|
|
|
#include "r8a779f0.dtsi"
|
|
|
|
/ {
|
|
compatible = "renesas,r8a779f4", "renesas,r8a779f0";
|
|
};
|