arch: arm64: boot: dts: sunxi: Add sun50i-h616-powerkey.dts
This commit is contained in:
parent
aaaf5e5d87
commit
9ab7a75814
@ -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 \
|
||||
|
||||
19
arch/arm64/boot/dts/sunxi/overlay/sun50i-h616-powerkey.dts
Executable file
19
arch/arm64/boot/dts/sunxi/overlay/sun50i-h616-powerkey.dts
Executable 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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user