Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags   |
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;
/* overlay_4 - test insertion of a full node */
&unittest_test_bus {
<------>/* suppress DTC warning */
<------>#address-cells = <1>;
<------>#size-cells = <0>;
<------>test-unittest4 {
<------><------>compatible = "unittest";
<------><------>status = "okay";
<------><------>reg = <4>;
<------>};
};