From d8e7cae73d0c13fbb680a2f46c4f70a33f540504 Mon Sep 17 00:00:00 2001 From: Himanshu kohale <hkohale22@gmail.com> Date: Mon, 1 Apr 2024 01:24:52 -0400 Subject: [PATCH] changes done --- proposals/himanshuk.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/himanshuk.rst b/proposals/himanshuk.rst index 7ffe8b5..357e40c 100644 --- a/proposals/himanshuk.rst +++ b/proposals/himanshuk.rst @@ -59,6 +59,7 @@ as below is simple dts example for accesing GPIO's for blink LED's. since P9_12 supports the GPIO's functinoality as output signal. .. code-block:: + /{ compatible = "ti,BeaglBbone-Black"; part-number = "DM-GPIO-TEST"; @@ -94,7 +95,7 @@ As in librobotcontrol there is no robotic cape dtb support for beaglebone-AI64 w How it will be possible, see an example for blink LEDs via device tree ovelay which is for GPIO's: .. code-block:: - + &{/chosen} { overlays { BONE-LED_P8_03 = __TIMESTAMP__; -- GitLab