mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-25 04:03:25 +08:00
ARM: bitmain: Enable nand and smcc drivers
Enable nand and smcc via DT. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
d999a7b7b6
commit
9dcf2e5c0d
@ -50,6 +50,14 @@
|
||||
ps-clk-frequency = <33333333>;
|
||||
};
|
||||
|
||||
&nand0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&smcc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gem0 {
|
||||
status = "okay";
|
||||
phy-mode = "rgmii-id";
|
||||
|
Loading…
Reference in New Issue
Block a user