1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/spi/nuvoton,wpcm450-fiu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Nuvoton WPCM450 Flash Interface Unit (FIU)
10 - Jonathan Neuschäfer <j.neuschaefer@gmx.net>
13 - $ref: /schemas/spi/spi-controller.yaml#
17 const: nuvoton,wpcm450-fiu
21 - description: FIU registers
22 - description: Memory-mapped flash contents
36 $ref: /schemas/types.yaml#/definitions/phandle
37 description: a phandle to the SHM block (see ../arm/nuvoton,shm.yaml)
44 unevaluatedProperties: false
49 compatible = "nuvoton,wpcm450-fiu";
50 reg = <0xc8000000 0x1000>, <0xc0000000 0x4000000>;
53 reg-names = "control", "memory";
58 compatible = "jedec,spi-nor";
63 shm: syscon@c8001000 {
64 compatible = "nuvoton,wpcm450-shm", "syscon";
65 reg = <0xc8001000 0x1000>;