ODROID-COMMON: arm64/dts: add new device node for 'spifc'

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I929f4e43aecf0511b01b1cff5648e230d79f43a6
This commit is contained in:
Dongjin Kim
2020-01-22 15:42:27 +09:00
parent 16a42031f9
commit 30fced76bd

View File

@@ -656,6 +656,16 @@
#size-cells = <0>;
status = "disabled";
};
spifc: spifc@14000 {
status = "disabled";
compatible = "amlogic,aml-spi-nor";
reg = <0x0 0x14000 0x0 0x80>;
pinctrl-names = "default";
pinctrl-0 = <&spifc_all_pins>;
clocks = <&clkc CLKID_CLK81>;
clock-names = "core";
};
}; /* end of cbus */
aobus: aobus@ff800000 {
@@ -2376,6 +2386,17 @@
};
};
spifc_all_pins: spifc_all_pins {
mux {
groups = "nor_d",
"nor_q",
"nor_c";
function = "nor";
input-enable;
bias-pull-up;
};
};
a_uart_pins:a_uart {
mux {
groups = "uart_tx_a",