>>>>> "Jerome" == Jerome Brunet <jbrunet@xxxxxxxxxxxx> writes: > From: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > Add Libretech aml-s805x-ac board (aka 'La Frite') support > Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx> > --- .. > +#include "meson-gxl-s905x.dtsi" > + > +/ { > + compatible = "libretech,aml-s805x-ac", "amlogic,s805x", > + "amlogic,meson-gxl"; > + model = "Libre Computer Board AML-S805X-AC"; No mention of 'La Frite'? > + memory@0 { > + device_type = "memory"; > + reg = <0x0 0x0 0x0 0x20000000>; > + }; Maybe add a comment that there's 1GB variants as well? > + > + vcck: regulator-vcck { > + compatible = "regulator-fixed"; > + regulator-name = "VCCK"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + vin-supply = <&dc_5v>; > + > + /* > + * This is controlled by GPIOAO_9 we reserve this but > + * claiming it as done bellow reset the board anyway s/bellow/below/ > +&spifc { > + status = "okay"; > + pinctrl-0 = <&nor_pins>; > + pinctrl-names = "default"; > + > + w25q32: spi-flash@0 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "jedec,spi-nor"; > + reg = <0>; > + spi-max-frequency = <3000000>; Is this 3MHz a limitation of the flash, board layout or SPI controller? -- Bye, Peter Korsgaard