diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/dts/sagem,[email protected] | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/sagem,[email protected] b/arch/mips/dts/sagem,[email protected] index be15fe55519..dd0e5b8b7c2 100644 --- a/arch/mips/dts/sagem,[email protected] +++ b/arch/mips/dts/sagem,[email protected] @@ -44,6 +44,18 @@ status = "okay"; }; +&spi { + status = "okay"; + + spi-flash@0 { + compatible = "spi-flash"; + reg = <0>; + #address-cells = <1>; + #size-cells = <1>; + spi-max-frequency = <20000000>; + }; +}; + &uart0 { u-boot,dm-pre-reloc; status = "okay"; |
