The ZBT-WG826 is available with 16 or 32 MByte of flash. Split the device tree source file, rename the currently supported 16 MByte version and add the 32 MByte variant. Signed-off-by: Mathias Kresin <dev@kresin.me>master
parent
3cfc909c54
commit
2ddaf96a77
@ -0,0 +1,12 @@ |
||||
/dts-v1/; |
||||
|
||||
#include "ZBT-WG3526.dtsi" |
||||
|
||||
/ { |
||||
compatible = "zbtlink,zbt-we826-16m", "zbtlink,zbt-we826", "ralink,mt7620a-soc"; |
||||
model = "ZBT-WE826 (16M)"; |
||||
}; |
||||
|
||||
&firmware { |
||||
reg = <0x50000 0xfb0000>; |
||||
}; |
@ -0,0 +1,12 @@ |
||||
/dts-v1/; |
||||
|
||||
#include "ZBT-WG3526.dtsi" |
||||
|
||||
/ { |
||||
compatible = "zbtlink,zbt-we826-32m", "zbtlink,zbt-we826", "ralink,mt7620a-soc"; |
||||
model = "ZBT-WE826 (32M)"; |
||||
}; |
||||
|
||||
&firmware { |
||||
reg = <0x50000 0x1fb0000>; |
||||
}; |
Loading…
Reference in new issue