Created
September 25, 2024 04:04
-
-
Save pengelana/cab4480808601c624a2b03daa8effe04 to your computer and use it in GitHub Desktop.
armbian nanopi neo3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat pps-overlays.dts | |
/dts-v1/; | |
/plugin/; | |
/ { | |
compatible = "rockchip,rk3328"; | |
fragment@0 { | |
target-path = "/"; | |
__overlay__ { | |
pps: pps@0 { | |
compatible = "pps-gpio"; | |
gpios = <&gpio3 7 0>; | |
}; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment