aml-s905x-cc
This is an old revision of the document!
Table of Contents
Libre Computer Le Potato AML-S905X-CC
PPS Pin 7
- pps_pin7.dts
/dts-v1/; /plugin/; / { compatible = "libretech,cc", "amlogic,s905x", "amlogic,meson-gxl"; fragment@0 { target-path = "/"; __overlay__ { pps_gpio: pps-gpio { compatible = "pps-gpio"; gpios = <&gpio 98 0>; interrupt-parent = <&gpio_intc>; interrupts = <98 1>; assert-rising-edge; status = "okay"; }; }; }; };
PPS (OLD)
- pps_pin13.dts
/dts-v1/; /plugin/; / { compatible = "libretech,cc", "amlogic,s905x", "amlogic,meson-gxl"; fragment@0 { target-path = "/"; __overlay__ { pps_gpio: pps-gpio { compatible = "pps-gpio"; gpios = <&gpio 98 0>; interrupt-parent = <&gpio_intc>; interrupts = <98 1>; assert-rising-edge; status = "okay"; }; }; }; };
build with
dtc -I dts -O dtb pps_pin13.dts -o pps-pin13.dtbo
copy:
sudo cp pps_pin13.dtbo \ /opt/librecomputer/libretech-wiring-tool/libre-computer/aml-s905x-cc-v2/dt/
merge:
sudo ldto merge pps-pin13
aml-s905x-cc.1711122449.txt.gz ยท Last modified: 2024/11/14 02:30 (external edit)