mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user