arch: arm64: boot: dts: sunxi: Add sun50i-h616-powerkey.dts

This commit is contained in:
orangepi-xunlong 2023-09-12 14:41:18 +08:00
parent aaaf5e5d87
commit 9ab7a75814
2 changed files with 20 additions and 0 deletions

View File

@ -18,6 +18,7 @@ dtbo-$(CONFIG_ARCH_SUNXI) += \
sun50i-h616-pi-uart3.dtbo \
sun50i-h616-pi-uart4.dtbo \
sun50i-h616-ph-uart5.dtbo \
sun50i-h616-powerkey.dtbo \
sun50i-h616-usb0-host.dtbo \
sun50i-h616-spi0-spidev.dtbo \
sun50i-h616-spi1-cs0-spidev.dtbo \

View File

@ -0,0 +1,19 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&twi5>;
__overlay__ {
pmu {
compatible = "x-powers,axp1530";
reg = <0x36>;
interrupt-parent = <0x23>;
interrupts = <2 9 8>;
interrupt-controller;
#interrupt-cells = <1>;
};
};
};
};