arm64: dts: meson-g12a: Add IR nodes
Amlogic G12A SoCs uses the exact same IR decoder as previous families, add the IR node and the pintctrl setting. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl<martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
committed by
Kevin Hilman
parent
bb23b125c8
commit
2bfe8412c5
@ -559,6 +559,13 @@
|
|||||||
mux {
|
mux {
|
||||||
groups = "pwm_ao_d_e";
|
groups = "pwm_ao_d_e";
|
||||||
function = "pwm_ao_d";
|
function = "pwm_ao_d";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
remote_input_ao_pins: remote-input-ao {
|
||||||
|
mux {
|
||||||
|
groups = "remote_ao_input";
|
||||||
|
function = "remote_ao_input";
|
||||||
bias-disable;
|
bias-disable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -623,6 +630,13 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ir: ir@8000 {
|
||||||
|
compatible = "amlogic,meson-gxbb-ir";
|
||||||
|
reg = <0x0 0x8000 0x0 0x20>;
|
||||||
|
interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
saradc: adc@9000 {
|
saradc: adc@9000 {
|
||||||
compatible = "amlogic,meson-g12a-saradc",
|
compatible = "amlogic,meson-g12a-saradc",
|
||||||
"amlogic,meson-saradc";
|
"amlogic,meson-saradc";
|
||||||
|
Reference in New Issue
Block a user