mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
14 lines
240 B
Text
14 lines
240 B
Text
// 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";
|
|
};
|