Commit 1b47b98a authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

ARM: BCM5301X: Add DT entry for SPI controller and NOR flash

Controller is present on every BCM4708* board but only few devices have
serial flash attached so mark it as disabled by default.
Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 5a6516ff
......@@ -59,3 +59,7 @@ restart {
&uart0 {
status = "okay";
};
&spi_nor {
status = "okay";
};
......@@ -122,3 +122,7 @@ restart {
&uart0 {
status = "okay";
};
&spi_nor {
status = "okay";
};
......@@ -225,6 +225,20 @@ usb3: usb3@23000 {
#address-cells = <1>;
#size-cells = <1>;
};
spi@29000 {
reg = <0x00029000 0x1000>;
#address-cells = <1>;
#size-cells = <0>;
spi_nor: spi-nor@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <20000000>;
linux,part-probe = "ofpart", "bcm47xxpart";
status = "disabled";
};
};
};
lcpll0: lcpll0@1800c100 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment