Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

bayi cheng and committed by
Matthias Brugger
d0a197a0 dbcd865b

+13
+13
arch/arm64/boot/dts/mediatek/mt8192.dtsi
··· 379 379 status = "disabled"; 380 380 }; 381 381 382 + nor_flash: spi@11234000 { 383 + compatible = "mediatek,mt8192-nor"; 384 + reg = <0 0x11234000 0 0xe0>; 385 + interrupts = <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH 0>; 386 + clocks = <&clk26m>, 387 + <&clk26m>, 388 + <&clk26m>; 389 + clock-names = "spi", "sf", "axi"; 390 + #address-cells = <1>; 391 + #size-cells = <0>; 392 + status = "disable"; 393 + }; 394 + 382 395 i2c3: i2c3@11cb0000 { 383 396 compatible = "mediatek,mt8192-i2c"; 384 397 reg = <0 0x11cb0000 0 0x1000>,