mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
arm64: dts: amlogic: meson-axg: Meson NAND node
Add description of the Meson NAND controller node. Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230828133647.3712644-1-avkrasnov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
ec5e354f5d
commit
7ca2ef3317
|
|
@ -1908,6 +1908,19 @@ sd_emmc_c: mmc@7000 {
|
|||
resets = <&reset RESET_SD_EMMC_C>;
|
||||
};
|
||||
|
||||
nfc: nand-controller@7800 {
|
||||
compatible = "amlogic,meson-axg-nfc";
|
||||
reg = <0x0 0x7800 0x0 0x100>,
|
||||
<0x0 0x7000 0x0 0x800>;
|
||||
reg-names = "nfc", "emmc";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interrupts = <GIC_SPI 34 IRQ_TYPE_EDGE_RISING>;
|
||||
clocks = <&clkc CLKID_SD_EMMC_C>,
|
||||
<&clkc CLKID_FCLK_DIV2>;
|
||||
clock-names = "core", "device";
|
||||
};
|
||||
|
||||
usb2_phy1: phy@9020 {
|
||||
compatible = "amlogic,meson-gxl-usb2-phy";
|
||||
#phy-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user