Fixes PLL Issues with PR#95814. Based on the work of Thomas Boje <info@andocs.biz> Signed-off-by: James Bennion-Pedley <james@bojit.org>
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
/*
|
|
* Copyright (c) 2025 Thomas Boje
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <wch/ch32v307/ch32v307.dtsi>
|
|
|
|
&gpiod {
|
|
gpio-reserved-ranges = <3 5>, <10 6>;
|
|
};
|
|
|
|
&gpioe {
|
|
gpio-reserved-ranges = <1 15>;
|
|
};
|