mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
cba59c2588
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the H3ULCB Kingfisher board
|
|
*
|
|
* Copyright (C) 2017 Renesas Electronics Corp.
|
|
* Copyright (C) 2017 Cogent Embedded, Inc.
|
|
*/
|
|
|
|
#include "r8a7795-h3ulcb.dts"
|
|
#include "ulcb-kf.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas H3ULCB Kingfisher board based on r8a7795 ES2.0+";
|
|
compatible = "shimafuji,kingfisher", "renesas,h3ulcb",
|
|
"renesas,r8a7795";
|
|
};
|