mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (C) 2019 Icenowy Zheng <icenowy@aosc.io>
|
||
|
*/
|
||
|
|
||
|
#include "sun8i-v3s.dtsi"
|
||
|
|
||
|
&ccu {
|
||
|
compatible = "allwinner,sun8i-v3-ccu";
|
||
|
};
|
||
|
|
||
|
&pio {
|
||
|
compatible = "allwinner,sun8i-v3-pinctrl";
|
||
|
};
|