arm64: dts: mt8192: add nor_flash device node
add nor_flash device node Signed-off-by: bayi cheng <bayi.cheng@mediatek.com> Link: https://lore.kernel.org/r/1608697379-22025-1-git-send-email-bayi.cheng@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
dbcd865bc7
commit
d0a197a0d0
|
@ -379,6 +379,19 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
nor_flash: spi@11234000 {
|
||||
compatible = "mediatek,mt8192-nor";
|
||||
reg = <0 0x11234000 0 0xe0>;
|
||||
interrupts = <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
clocks = <&clk26m>,
|
||||
<&clk26m>,
|
||||
<&clk26m>;
|
||||
clock-names = "spi", "sf", "axi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
i2c3: i2c3@11cb0000 {
|
||||
compatible = "mediatek,mt8192-i2c";
|
||||
reg = <0 0x11cb0000 0 0x1000>,
|
||||
|
|
Loading…
Reference in New Issue