mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user