Re: Removing an item from the Device tree
Excellent solution. Thank you.
toggle quoted messageShow quoted text
Lawrence King Principal Developer +1(416)627-7302
-----Original Message-----
From: Kumar Gala <kumar.gala@linaro.org> Sent: Wednesday, January 15, 2020 9:52 AM To: Lawrence King <lawrence.king@irdeto.com> Cc: Zephyr-users@lists.zephyrproject.org Subject: Re: [Zephyr-users] Removing an item from the Device tree You can use /delete-property/, something like: &uart0 { /delete-property/ rts-pin; /delete-property/ cts-pin; }; In your overlay should work. - k On Jan 15, 2020, at 8:49 AM, Lawrence King <lawrence.king@irdeto.com> wrote:
|
|