overwrite gpio_fwd

Hi,

    I am writing a app.overwrite to remap my pins table.  I can use

/delete-node/
    The above is no problem.  Bu my pio is overlay with gpio1 pin 5.  The original dts file is
gpio_fwd: nrf-gpio-forwarder {
    compatible = "nordic,nrf-gpio-forwarder";
    s.   tatus = "okay";
        uart {
        gpios = <&gpio1 1 0>, <&gpio1 0 0>, <&gpio1 5 0>, <&gpio1 4 0>;
   };
};
    How can I delete gpio_fwd?  I use 
/delete-node/ &gpio_fwd 
     But it seems not work
Thanks
Lance
Parents Reply Children
No Data
Related