ODROID-N2: arm64/dts: add missing 'spifc' device entry

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Idae5ea0ea84933339afd1a246fd205eab85eefc5
(cherry picked from commit 4f87fe1818)
This commit is contained in:
Dongjin Kim
2020-05-11 17:37:52 +09:00
parent ff79deb299
commit 4339924524

View File

@@ -689,6 +689,16 @@
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";
};
spicc1: spi@15000 {
compatible = "amlogic,meson-g12b-spicc",
"amlogic,meson-g12a-spicc";
@@ -2450,6 +2460,17 @@
};
};
spifc_all_pins: spifc_all_pins {
mux {
groups = "nor_d",
"nor_q",
"nor_c";
function = "nor";
input-enable;
bias-pull-up;
};
};
spicc1_pins: spicc1_pins {
mux {
groups = "spi1_mosi",